mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
Wrap to 80 columns. No behavior change.
llvm-svn: 227782
This commit is contained in:
parent
7f8ec52067
commit
82d9e7ec1c
@ -1540,7 +1540,8 @@ Parser::ParsePostfixExpressionSuffix(ExprResult LHS) {
|
||||
// FIXME: Add support for explicit call of template constructor.
|
||||
SourceLocation TemplateKWLoc;
|
||||
UnqualifiedId Name;
|
||||
if (getLangOpts().ObjC2 && OpKind == tok::period && Tok.is(tok::kw_class)) {
|
||||
if (getLangOpts().ObjC2 && OpKind == tok::period &&
|
||||
Tok.is(tok::kw_class)) {
|
||||
// Objective-C++:
|
||||
// After a '.' in a member access expression, treat the keyword
|
||||
// 'class' as if it were an identifier.
|
||||
|
Loading…
Reference in New Issue
Block a user