aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/CrossTU
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/CrossTU')
-rw-r--r--clang/unittests/CrossTU/CrossTranslationUnitTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp b/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
index ceb1437..5495f27 100644
--- a/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
+++ b/clang/unittests/CrossTU/CrossTranslationUnitTest.cpp
@@ -147,6 +147,7 @@ protected:
std::unique_ptr<clang::ASTConsumer>
CreateASTConsumer(clang::CompilerInstance &CI, StringRef) override {
CI.getAnalyzerOpts()->CTUImportThreshold = OverrideLimit;
+ CI.getAnalyzerOpts()->CTUImportCppThreshold = OverrideLimit;
return std::make_unique<CTUASTConsumer>(CI, Success);
}