[clang] [analyzer] Introduce per-entry-point statistics (PR #131175)
Balazs Benics via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 14 08:31:07 PDT 2025
================
@@ -0,0 +1,27 @@
+===================
+Analysis Statistics
+===================
+
+CSA enjoys two facilities to collect statistics: per translation unit and per entry point.
+We use llvm/ADT/Statistic.h for numbers describing the entire translation unit (TU).
+We use clang/StaticAnalyzer/Core/PathSensitive/EntryPointStats.h to collect data for each symbolic-execution entry point.
----------------
steakhal wrote:
It would be nice if these were clickable links somehow.
https://github.com/llvm/llvm-project/pull/131175
More information about the cfe-commits
mailing list