mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 03:11:27 +00:00
Wrap to 80 columns. No behavior change.
llvm-svn: 229450
This commit is contained in:
parent
c60aa71aa2
commit
964d332f0a
@ -5214,10 +5214,11 @@ static void noteOperatorArrows(Sema &S,
|
||||
}
|
||||
}
|
||||
|
||||
ExprResult
|
||||
Sema::ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc,
|
||||
tok::TokenKind OpKind, ParsedType &ObjectType,
|
||||
bool &MayBePseudoDestructor) {
|
||||
ExprResult Sema::ActOnStartCXXMemberReference(Scope *S, Expr *Base,
|
||||
SourceLocation OpLoc,
|
||||
tok::TokenKind OpKind,
|
||||
ParsedType &ObjectType,
|
||||
bool &MayBePseudoDestructor) {
|
||||
// Since this might be a postfix expression, get rid of ParenListExprs.
|
||||
ExprResult Result = MaybeConvertParenListExprToParenExpr(S, Base);
|
||||
if (Result.isInvalid()) return ExprError();
|
||||
|
Loading…
Reference in New Issue
Block a user