summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-02 03:43:21 +0000
committerAlp Toker <alp@nuanti.com>2014-05-02 03:43:21 +0000
commit23aa3532919dfcfea2b12fbd8c8d8b820104744c (patch)
tree902b56b6ce53351ae4ba48dd5e63f985bb4bfc2b /clang/lib/Frontend
parent1c583cc668f16e7eba39322301bb8bd2e450c758 (diff)
downloadbcm5719-llvm-23aa3532919dfcfea2b12fbd8c8d8b820104744c.tar.gz
bcm5719-llvm-23aa3532919dfcfea2b12fbd8c8d8b820104744c.zip
Remove unused IncrProcessing parameter from Preprocessor ctor
Preprocessor::enableIncrementalProcessing() provides a consistent interface to enable the feature. llvm-svn: 207824
Diffstat (limited to 'clang/lib/Frontend')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index 1fa1f4a1067..aa2e07e668b 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -244,7 +244,6 @@ void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) {
getSourceManager(), *HeaderInfo, *this, PTHMgr,
/*OwnsHeaderSearch=*/true,
/*DelayInitialization=*/false,
- /*IncrProcessing=*/false,
TUKind);
// Note that this is different then passing PTHMgr to Preprocessor's ctor.
OpenPOWER on IntegriCloud