codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

Analyze all files under a directory

Open dkrupp opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. I would like to analyze all files under a directory (a module).

CodeChecker analyze invocation supports individual files, but not directories or file glob patterns e..g.

CodeChecker analyze ./src/module/* should analyze all files directly under the module directory.

while

CodeChecker analyze ./src/module/** should analyze all files under the directory recursively.

relative and absolute paths should be supported.

dkrupp avatar Dec 11 '23 16:12 dkrupp