The series continue.
Exploring Clang Tooling Part 3: Rewriting Code with clang-tidy
by Stephen Kelly
From the article:
In the previous post in this series, we used clang-query to examine the Abstract Syntax Tree of a simple source code file. Using clang-query, we can prototype an AST Matcher which we can use in a clang-tidy check to refactor code in bulk.
This time, we will complete the rewriting of the source code...
Add a Comment
Comments are closed.