forked from OSchip/llvm-project
parent
6940328d02
commit
2902989774
|
@ -372,7 +372,7 @@ static void InitializeFileRemapping(DiagnosticsEngine &Diags,
|
|||
void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) {
|
||||
const PreprocessorOptions &PPOpts = getPreprocessorOpts();
|
||||
|
||||
// The module manager holds a reference to the old prepreocssor (if any).
|
||||
// The module manager holds a reference to the old preprocessor (if any).
|
||||
ModuleManager.reset();
|
||||
|
||||
// Create a PTH manager if we are using some form of a token cache.
|
||||
|
|
Loading…
Reference in New Issue