diff options
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/collectmacrossourcefilecallbacks.cpp')
-rw-r--r-- | src/tools/clangrefactoringbackend/source/collectmacrossourcefilecallbacks.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/clangrefactoringbackend/source/collectmacrossourcefilecallbacks.cpp b/src/tools/clangrefactoringbackend/source/collectmacrossourcefilecallbacks.cpp index d0d107e45e..d96fb05026 100644 --- a/src/tools/clangrefactoringbackend/source/collectmacrossourcefilecallbacks.cpp +++ b/src/tools/clangrefactoringbackend/source/collectmacrossourcefilecallbacks.cpp @@ -45,8 +45,6 @@ bool CollectMacrosSourceFileCallbacks::handleBeginSource(clang::CompilerInstance compilerInstance.getPreprocessorPtr(), m_sourcesManager); - compilerInstance.getLangOpts().DelayedTemplateParsing = false; - compilerInstance.getPreprocessorPtr()->SetSuppressIncludeNotFoundError(true); compilerInstance.getPreprocessorPtr()->addPPCallbacks(std::move(callbacks)); return true; |