Skip to content

Commit 548eaad

Browse files
committed
Expand acronym
1 parent 933e090 commit 548eaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/analyzer/developer-docs/Statistics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Analysis Statistics
33
===================
44

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).
5+
Clang Static Analyzer 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.
77
We use `clang/StaticAnalyzer/Core/PathSensitive/EntryPointStats.h`_ to collect data for each symbolic-execution entry point.
88

99
.. _llvm/ADT/Statistic.h: https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/ADT/Statistic.h#L171

0 commit comments

Comments
 (0)