llvm-project/clang/lib/CrossTU
Endre Fulop 0752d12c09 [analyzer] Add analyzer option to limit the number of imported TUs
Summary:
During CTU analysis of complex projects, the loaded AST-contents of
imported TUs can grow bigger than available system memory. This option
introduces a threshold on the number of TUs to be imported for a single
TU in order to prevent such cases.

Differential Revision: https://reviews.llvm.org/D59798

llvm-svn: 365314
2019-07-08 12:37:10 +00:00
..
CMakeLists.txt
CrossTranslationUnit.cpp [analyzer] Add analyzer option to limit the number of imported TUs 2019-07-08 12:37:10 +00:00