Remove unused IncrProcessing parameter from Preprocessor ctor
Preprocessor::enableIncrementalProcessing() provides a consistent interface to enable the feature. llvm-svn: 207824
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user