diff options
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index bc23b8121e..ec9a4d0dd2 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -191,7 +191,8 @@ public: } virtual StmtResult ParseCompoundStmt(SourceLocation L, SourceLocation R, - StmtTy **Elts, unsigned NumElts) { + StmtTy **Elts, unsigned NumElts, + bool isStmtExpr) { return 0; } virtual StmtResult ParseDeclStmt(DeclTy *Decl) { |