Lightning Talk: Using Clang Query to Isolate AST Elements - Kristen Shaker - C++ on Sea 2022
C++ : clang-query: Examining name of template parameter of a function argument's type
GSFC Dev Group - Parsing C/C++ with libclang and python
C++ : How to traverse all nodes of clang AST?
C++ : clang libTooling: How to find which header an AST item came out of?
C++ : How do I generate an AST from a string of C++ using Clang?
C++ : Clang AST visitor, avoid traversing include files
C++ : How to exclude headers from AST in clang?
How to Use Clang LibASTMatchers for Compliance in Code
C++ : How do I get an enum element's numerical value using libclang?
2018 LLVM Developers’ Meeting: A. Homescu “Mutating the clang AST from Plugins”
2023 EuroLLVM - MLIR Query Tool for easier exploration of the IR
C++ : Clang using LibTooling Rewriter to generate new file?
LIGHTNING TALK: Space adventures - Max Langhof [ C++ on Sea 2020 ]
2019 EuroLLVM Developers’ Meeting: S. Kelly “The Future of AST Matcher-based Refactoring”
2014 LLVM Developers’ Meeting: “Frappé: Using Clang to Query and Visualize Large Codebases”
2016 LLVM Developers’ Meeting: J. Trull “Extending Clang AST Matchers to Preprocessor Constructs”
emBO++ 2019 - Arvid Gerstmann: Refactoring C++ Using LibTooling
Interview with Kristen Shaker (How to Build Your First C++ Automated Refactoring Tool) - CppCon 2023
C++ : Retrieving comments using python libclang