[PATCH] D59798: [analyzer] Add analyzer option to limit the number of imported TUs

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 03:03:59 PDT 2019


martong accepted this revision.
martong added inline comments.
This revision is now accepted and ready to land.


================
Comment at: include/clang/StaticAnalyzer/Core/AnalyzerOptions.def:297
+                "for import when inlining functions during CTU analysis. "
+                "Lowering this threshold can alleviate the memory burder of "
+                "analysis with many interdependent definitions located in "
----------------
`burder` -> `burden` ?


Repository:
  rC Clang

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

https://reviews.llvm.org/D59798





More information about the cfe-commits mailing list