diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-05-10 16:31:55 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-05-10 16:31:55 +0000 |
commit | f3ca2698393c564450b749a9fc9152a0e70d0c08 (patch) | |
tree | 4fd6e5cd83937148285873a5af052c957b3c939b /clang/lib/Format | |
parent | 55b3e22927a7e3e811b3c7f0304146f598f72987 (diff) | |
download | bcm5719-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/lib/Format')
-rw-r--r-- | clang/lib/Format/Format.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index dcbc9502652..30dc88994e2 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -18,6 +18,7 @@ #include "UnwrappedLineParser.h" #include "WhitespaceManager.h" #include "clang/Basic/Diagnostic.h" +#include "clang/Basic/DiagnosticOptions.h" #include "clang/Basic/SourceManager.h" #include "clang/Format/Format.h" #include "clang/Lex/Lexer.h" |