[cfe-dev] Question about writing a refactoring tool

Miklos Vajna via cfe-dev cfe-dev at lists.llvm.org
Fri Dec 18 00:35:10 PST 2020


Hi Zachary,

To get started, you can probably ignore clang-refactor. Internally it
uses the same/similar API as clang-tidy, but the later has much more
material available.

For example, I found https://www.youtube.com/watch?v=1S2A0VWGOws as a
great overview; after that, you can just use clang-query / API docs to
figure out the details. That all talks about clang-tidy.

Regards,

Miklos


More information about the cfe-dev mailing list