cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

updated CI to Clang 22

Open firewave opened this issue 5 months ago • 3 comments

firewave avatar Aug 07 '25 11:08 firewave

/home/runner/work/cppcheck/cppcheck/lib/checkclass.cpp:3189:9: error: redundant parentheses around expression [readability-redundant-parentheses,-warnings-as-errors]
 3189 |     if ((true) || !mSettings->severity.isEnabled(Severity::warning)) // NOLINT(readability-simplify-boolean-expr)
      |         ^    ~

I filed https://github.com/llvm/llvm-project/issues/162899 about that.

firewave avatar Oct 10 '25 18:10 firewave