diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index c179fe8729..48af5af0a3 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -640,9 +640,9 @@ public: virtual OwningStmtResult ActOnCXXCatchBlock(SourceLocation CatchLoc, DeclTy *ExDecl, StmtArg HandlerBlock); - //virtual OwningStmtResult ActOnCXXTryBlock(SourceLocation TryLoc, - // StmtArg TryBlock, - // MultiStmtArg Handlers); + virtual OwningStmtResult ActOnCXXTryBlock(SourceLocation TryLoc, + StmtArg TryBlock, + MultiStmtArg Handlers); //===--------------------------------------------------------------------===// // Expression Parsing Callbacks: SemaExpr.cpp. |