[cfe-dev] How to use clang-tidy for smaller projects
Stephen Kelly via cfe-dev
cfe-dev at lists.llvm.org
Sun Oct 27 15:33:35 PDT 2019
On 26/10/2019 14:13, Robert Underwood via cfe-dev wrote:
>
> I would appreciate your time and consideration as you consider this
> request.
This bug covers adding a plugin extension interface to clang-tidy:
https://bugs.llvm.org//show_bug.cgi?id=32739
Aside from that, it is possible to write/generate bindings for the two
steps of clang-tidy (AST Matching followed by Rewriting). You can see an
exploration of that here:
https://steveire.wordpress.com/2019/04/30/the-future-of-ast-matching
Thanks,
Stephen
More information about the cfe-dev
mailing list