The series continue.
Exploring Clang Tooling Part 2: Examining the Clang AST with clang-query
by Stephen Kelly
From the article:
In the last post, we created a new clang-tidy check following documented steps and encountered the first limitation in our own knowledge – how can we change both declarations and expressions such as function calls?
In order to create an effective refactoring tool, we need to understand the code generated by the create_new_check.py script and learn how to extend it.
Add a Comment
Comments are closed.