Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
https://codechecker.readthedocs.io
Apache License 2.0
2.16k stars 361 forks source link

CodeChecker does not warn when a clang-diagnostic checker is mistyped. #3872

Open vodorok opened 1 year ago

vodorok commented 1 year ago

CodeChecker does not warn clang-diagnostic checker is mistyped. The issue can be reproduced with CodeChecker master. CodeChecker check --analyzers clang-tidy -l compile-commands.json -e clang-diagnostic-vlaa -o ./reports The above command should fail with an error that clang-diagnostic-vlaa checker is non-existing.

whisperity commented 1 month ago

@vodorok This should be rechecked with 6.24.0. I believe we did some works with regards to this...