[cfe-dev] Question about writing a refactoring tool (original) (raw)
Miklos Vajna via cfe-dev cfe-dev at lists.llvm.org
Fri Dec 18 00:35:10 PST 2020
- Previous message: [cfe-dev] Question about writing a refactoring tool
- Next message: [cfe-dev] Question about writing a refactoring tool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [cfe-dev] Question about writing a refactoring tool
- Next message: [cfe-dev] Question about writing a refactoring tool
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]