You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/docs/analyzer/user-docs/CommandLineUsage.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Command Line Usage: scan-build and CodeChecker
2
2
==============================================
3
3
4
4
This document provides guidelines for running the static analyzer from the command line on whole projects.
5
-
CodeChecker and scan-build are two CLI tools for using CSA on multiple files (tranlation units).
5
+
CodeChecker and scan-build are two CLI tools for using CSA on multiple files (translation units).
6
6
Both provide a way of driving the analyzer, detecting compilation flags, and generating reports.
7
7
CodeChecker is more actively maintained, provides heuristics for working with multiple versions of popular compilers and it also comes with a web-based GUI for viewing, filtering, categorizing and suppressing the results.
8
8
Therefore CodeChecker is recommended in case you need any of the above features or just more customizability in general.
0 commit comments