mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-02 02:04:20 +03:00
Fix static analysis warnings.
Newly reported warnings included several reserved macro identifier, and false-positive used-uninitialized.
This commit is contained in:
parent
5b72ac098a
commit
bd0a5b0f3b
4 changed files with 5 additions and 4 deletions
|
|
@ -53,7 +53,8 @@ CC_ANALYZERS_FROM_PATH=1 CodeChecker analyze compile_commands.json --jobs "$(npr
|
|||
--ctu --compile-uniqueing strict --output static_analysis_raw_results \
|
||||
--analyzers clangsa clang-tidy --skip "$skipfile" \
|
||||
--enable readability-inconsistent-declaration-parameter-name \
|
||||
--enable performance-no-int-to-ptr
|
||||
--enable performance-no-int-to-ptr \
|
||||
--disable clang-diagnostic-reserved-macro-identifier
|
||||
# `--enable` is additive, the vast majority of the checks we want are
|
||||
# enabled by default.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue