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.23k stars 373 forks source link

[cmd] Add --anywhere-on-report-path flag to CLI #4255

Closed bruntib closed 3 months ago

bruntib commented 3 months ago

The "anywhere on report path" feature exists in the web GUI. This feature controls --component and --file filters in order to return reports of which the report path not only ends in, but goes through them. In this commit this feature is added to the CLI, too.