Using Clang LibASTMatchers for Compliance in Codebases - Jonah Jolley - CppCon 2021
How to Use Clang LibASTMatchers for Compliance in Code
Gábor Dániel Balogh - OP2-Clang: A source-to-source translator using Clang/LLVM LibTooling
emBO++ 2019 - Arvid Gerstmann: Refactoring C++ Using LibTooling
Using clang as a Frontend on a Formal Verification Tool
Tailored static tooling using Clang: Clazy - Jean-Michaël Celerier [ACCU 2019]
WTF is FFI? Pt. 3 — Using libclang to parse a C library
Large Scale Automated Refactoring Across Translation Unit Boundaries in C++ - Zie Weaver - CppNow 23
C++ : How to traverse all nodes of clang AST?
2020 LLVM Developers’ Meeting: “Using Clang-tidy for Customized Checkers and Large Scale Source...”
2019 EuroLLVM Developers’ Meeting: S. Kelly “The Future of AST Matcher-based Refactoring”
Code generation from C++ code using clang
2021 LLVM Dev Mtg “Compilation databases: how to help a clang-based tool to understand your...”
Lightning Talk: Using Clang Query to Isolate AST Elements - Kristen Shaker - C++ on Sea 2022
C++ : Retrieving comments using python libclang
2012 LLVM Developers’ Meeting: D. Gribenko “Parsing Documentation Comments in Clang”
2020 LLVM Developers’ Meeting: H. Finkel “Changing Everything With Clang Plugins: Syntax Ext...”
C++ : clang-query: Examining name of template parameter of a function argument's type
AST Matchers
Refactoring old C++, pt 2: Applying automated clang-tidy fixes