[PATCH] D83475: [analyzer] Add CTUImportCppThreshold for C++ files

Endre Fülöp via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 9 05:59:01 PDT 2020


gamesh411 accepted this revision.
gamesh411 added a comment.
This revision is now accepted and ready to land.

It will be interesting to see how different C and C++ projects will prove in terms of AST complexity, and Decl-size, but I understand that for now, these two options are necessary to not penalize C project analysis because of C++ AST complexity.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83475/new/

https://reviews.llvm.org/D83475





More information about the cfe-commits mailing list