[clang] [analyzer] Introduce per-entry-point statistics (PR #131175)
DonĂ¡t Nagy via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 14 03:55:51 PDT 2025
================
@@ -353,6 +353,12 @@ ANALYZER_OPTION(bool, DisplayCTUProgress, "display-ctu-progress",
"the analyzer's progress related to ctu.",
false)
+ANALYZER_OPTION(
+ StringRef, DumpSEStatsToCSV, "dump-se-stats-to-csv",
----------------
NagyDonat wrote:
What does "SE" / "se" abbreviate within this option name? (I don't have any guesses.)
https://github.com/llvm/llvm-project/pull/131175
More information about the cfe-commits
mailing list