There was an error while loading. Please reload this page.
1 parent 843ce7c commit 8885ff2Copy full SHA for 8885ff2
1 file changed
SAFETY.md
@@ -0,0 +1,28 @@
1
+# Cppcheck Safety Notes
2
+
3
+## Process Stability
4
5
+TODO: document thread vs process executor
6
7
+## Invoked Processes
8
9
+By default no additional external process will be invoked by the analysis.
10
11
+But there are some options which will utilize additional applications.
12
13
+`python` - Used for the execution of addons. Trigger by using the `--addons=` option and specifying addons in `cppcheck.cfg`.
14
+TODO: document lookup
15
16
+`clang-tidy` - Used for invoking an additional analysis via Clang-Tidy. Triggered by the `--clang-tidy` option.
17
18
19
+`clang` - Used to generate a CLang AST instead of an internal one. Triggered by the `--clang` option.
20
21
22
+## Output Files
23
24
+TODO
25
26
+## Required Permissions
27
28
0 commit comments