llvm-project/clang/lib/CrossTU
Gabor Marton d12d0b73f1 [analyzer] Add CTUImportCppThreshold for C++ files
Summary:
The default CTUImportThreshold (8) seems to be too conservative with C projects.
We increase this value to 24 and we introduce another threshold for C++ source
files (defaulted to 8) because their AST is way more compilcated than C source
files.

Differential Revision: https://reviews.llvm.org/D83475
2020-07-09 15:36:33 +02:00
..
CMakeLists.txt Revert "[analyzer] On-demand parsing capability for CTU" 2020-04-27 14:27:04 +02:00
CrossTranslationUnit.cpp [analyzer] Add CTUImportCppThreshold for C++ files 2020-07-09 15:36:33 +02:00