diff options
author | John McCall <rjmccall@apple.com> | 2012-05-07 06:16:41 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2012-05-07 06:16:41 +0000 |
commit | 2ec85375ebee3fcc485a45b387378f66ee8a3553 (patch) | |
tree | bd9faa806c711db173a39afcf1eedbcf7963ab75 /clang/lib/Parse/ParseCXXInlineMethods.cpp | |
parent | 02d06b95aa326138473ab4109aebf10e2cac2d79 (diff) | |
download | bcm5719-llvm-2ec85375ebee3fcc485a45b387378f66ee8a3553.tar.gz bcm5719-llvm-2ec85375ebee3fcc485a45b387378f66ee8a3553.zip |
Refactor DelayedDiagnostics so that it keeps diagnostics in
separate pools owned by the RAII objects that keep pushing
decl state. This gives us quite a bit more flexibility.
llvm-svn: 156289
Diffstat (limited to 'clang/lib/Parse/ParseCXXInlineMethods.cpp')
-rw-r--r-- | clang/lib/Parse/ParseCXXInlineMethods.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Parse/ParseCXXInlineMethods.cpp b/clang/lib/Parse/ParseCXXInlineMethods.cpp index c7b29d9ba28..2a64be53f77 100644 --- a/clang/lib/Parse/ParseCXXInlineMethods.cpp +++ b/clang/lib/Parse/ParseCXXInlineMethods.cpp @@ -16,6 +16,7 @@ #include "clang/Sema/DeclSpec.h" #include "clang/Sema/Scope.h" #include "clang/AST/DeclTemplate.h" +#include "RAIIObjectsForParser.h" using namespace clang; /// ParseCXXInlineMethodDef - We parsed and verified that the specified |