File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ $version : 1
2
+
3
+ rules :
4
+ - filters :
5
+ filepath : /usr/lib/llvm-18/lib/clang/18/include/cetintrin.h
6
+ checker_name : core.CallAndMessage
7
+ actions :
8
+ review_status : false_positive
9
+ reason : " __builtin_ia32_rdsspd(t): 1st function call argument is an uninitialized value"
Original file line number Diff line number Diff line change 27
27
- name : Analyze
28
28
run : |
29
29
export PATH=$HOME/.python-venv/bin:$PATH
30
- CodeChecker analyze --analyzers clangsa --ctu-all --ctu-ast-mode load-from-pch --output codechecker-output --ignore .codechecker-ignore build/compile_commands.json
30
+ CodeChecker analyze --config .codechecker.yml -- analyzers clangsa --ctu-all --ctu-ast-mode load-from-pch --output codechecker-output build/compile_commands.json
31
31
- name : Display results
32
32
run : |
33
33
export PATH=$HOME/.python-venv/bin:$PATH
34
- CodeChecker parse --print-steps codechecker-output
34
+ CodeChecker parse --config .codechecker.yml -- print-steps codechecker-output
You can’t perform that action at this time.
0 commit comments