Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for static and dynamic analyzer tools.
https://codechecker.readthedocs.io
Apache License 2.0
2.27k stars 381 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 5 months ago

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