A CLI tool that scans a batch of files with clang-tidy and/or clang-format, then provides feedback in the form of comments, annotations, summaries, and reviews.
The pure python codebase already does this. So, we have a paradigm from which to follow or improve.
It would also be nice if we could stage the changes applied by a clang tool. See cpp-linter/cpp-linter#82 for the discussion about how to approach that.
The pure python codebase already does this. So, we have a paradigm from which to follow or improve.
It would also be nice if we could stage the changes applied by a clang tool. See cpp-linter/cpp-linter#82 for the discussion about how to approach that.