summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-11-02 17:53:55 +0000
committerReid Kleckner <rnk@google.com>2015-11-02 17:53:55 +0000
commit738d48d5fe6ce54b71bf74a03ba9ab9d3fa825df (patch)
tree089b1083131d544a179f391640d2ebc9f6497e55 /clang/lib/Lex
parent5c5011d503fa8c2d225f947adec3bda6141b91c5 (diff)
downloadbcm5719-llvm-738d48d5fe6ce54b71bf74a03ba9ab9d3fa825df.tar.gz
bcm5719-llvm-738d48d5fe6ce54b71bf74a03ba9ab9d3fa825df.zip
Sink some PTHManager includes out of Preprocessor.h
This reduces the number of .cpp files needed to be rebuilt after touching OnDiskHashTable from 120 to 21 for me. llvm-svn: 251810
Diffstat (limited to 'clang/lib/Lex')
-rw-r--r--clang/lib/Lex/PPLexerChange.cpp1
-rw-r--r--clang/lib/Lex/Preprocessor.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Lex/PPLexerChange.cpp b/clang/lib/Lex/PPLexerChange.cpp
index c231e18eecc..777c2fb9489 100644
--- a/clang/lib/Lex/PPLexerChange.cpp
+++ b/clang/lib/Lex/PPLexerChange.cpp
@@ -18,6 +18,7 @@
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/LexDiagnostic.h"
#include "clang/Lex/MacroInfo.h"
+#include "clang/Lex/PTHManager.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp
index 869890b46cf..142d9ce0904 100644
--- a/clang/lib/Lex/Preprocessor.cpp
+++ b/clang/lib/Lex/Preprocessor.cpp
@@ -38,6 +38,7 @@
#include "clang/Lex/MacroArgs.h"
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/ModuleLoader.h"
+#include "clang/Lex/PTHManager.h"
#include "clang/Lex/Pragma.h"
#include "clang/Lex/PreprocessingRecord.h"
#include "clang/Lex/PreprocessorOptions.h"
OpenPOWER on IntegriCloud