summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Lex
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-05-10 16:31:55 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-05-10 16:31:55 +0000
commitf3ca2698393c564450b749a9fc9152a0e70d0c08 (patch)
tree4fd6e5cd83937148285873a5af052c957b3c939b /clang/unittests/Lex
parent55b3e22927a7e3e811b3c7f0304146f598f72987 (diff)
downloadbcm5719-llvm-f3ca2698393c564450b749a9fc9152a0e70d0c08.tar.gz
bcm5719-llvm-f3ca2698393c564450b749a9fc9152a0e70d0c08.zip
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Required pulling LambdaExpr::Capture into its own header. No functionality change. llvm-svn: 208470
Diffstat (limited to 'clang/unittests/Lex')
-rw-r--r--clang/unittests/Lex/PPCallbacksTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/Lex/PPCallbacksTest.cpp b/clang/unittests/Lex/PPCallbacksTest.cpp
index d3138c05005..25dc7db53e5 100644
--- a/clang/unittests/Lex/PPCallbacksTest.cpp
+++ b/clang/unittests/Lex/PPCallbacksTest.cpp
@@ -11,6 +11,7 @@
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/Basic/Diagnostic.h"
+#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/SourceManager.h"
OpenPOWER on IntegriCloud