mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Fix static analysis warnings.
Newly reported warnings included several reserved macro identifier, and false-positive used-uninitialized.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user