[PATCH] D78118: [analyzer] StdLibraryFunctionsChecker: Add option to display loaded summaries

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 28 08:34:20 PDT 2020


martong marked an inline comment as done.
martong added inline comments.


================
Comment at: clang/include/clang/StaticAnalyzer/Checkers/Checkers.td:299
+                  "DisplayLoadedSummaries",
+                  "If set to true, the checker displays all loaded summaries.",
+                  "false",
----------------
Szelethus wrote:
> I see what you mean, but "loaded" is a bit ambiguous unless you know how the checker operates.
Yeah, okay, what about "the found summaries" or "applicable summaries" or "? This list can  be different for every TU. So I am adding "... for the translation unit".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78118





More information about the cfe-commits mailing list