We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933e090 commit 548eaadCopy full SHA for 548eaad
clang/docs/analyzer/developer-docs/Statistics.rst
@@ -2,8 +2,8 @@
2
Analysis Statistics
3
===================
4
5
-CSA enjoys two facilities to collect statistics: per translation unit and per entry point.
6
-We use `llvm/ADT/Statistic.h`_ for numbers describing the entire translation unit (TU).
+Clang Static Analyzer 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.
7
We use `clang/StaticAnalyzer/Core/PathSensitive/EntryPointStats.h`_ to collect data for each symbolic-execution entry point.
8
9
.. _llvm/ADT/Statistic.h: https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/ADT/Statistic.h#L171
0 commit comments