diff options
Diffstat (limited to 'include/clang/Parse/Parser.h')
-rw-r--r-- | include/clang/Parse/Parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index 325b47d1cc..e94225813e 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -1199,8 +1199,7 @@ private: bool ParseParenExprOrCondition(ExprResult &ExprResult, Decl *&DeclResult, SourceLocation Loc, - bool ConvertToBoolean, - bool *MacroExpandedAfterRParen = 0); + bool ConvertToBoolean); StmtResult ParseIfStatement(AttributeList *Attr); StmtResult ParseSwitchStatement(AttributeList *Attr); StmtResult ParseWhileStatement(AttributeList *Attr); |