Refactor your codebase with Clang tooling - Stephen Kelly - code::dive 2018
2018 LLVM Developers’ Meeting: D. Ruoso “Improving code reuse in clang tools with clangmetatool”
Create your own Refactoring Tool in Clang
QtWS17 - Improve your productivity with Clang tools. Olivier Goffart, Woboq GmbH
2021 LLVM Dev Mtg “Automatic and Customizable Code Rewriting and Refactoring with Clang”
Chandler Carruth: Refactoring C++ with Clang
2014 LLVM Developers’ Meeting: “Indexing Large, Mixed-Language Codebases ”
2020 LLVM Developers’ Meeting: “Using Clang-tidy for Customized Checkers and Large Scale Source...”
2018 LLVM Developers’ Meeting: J. Hockett “clang-doc: an elegant generator for more civilized doc..”
2019 LLVM Developers’ Meeting: A. Dergachev “Developing the Clang Static Analyzer”
2015 LLVM Developers’ Meeting: D. Jasper & M. Klimek “An update on Clang-based C++ Tooling"
How to Build Your First C++ Automated Refactoring Tool - Kristen Shaker - CppCon 2023
Interview with Kristen Shaker (How to Build Your First C++ Automated Refactoring Tool) - CppCon 2023
C++Now 2019: Daniel Ruoso “Clang Automated Refactoring for everyone with clangmetatool”
2019 EuroLLVM Developers’ Meeting: S. Kelly “The Future of AST Matcher-based Refactoring”
2012 EuroLLVM Developers’ Meeting: M. Klimek “Refactoring C++ with Clang”
CppCon 2018: James Bennett “Refactoring Legacy Codebases with LibTooling”
Keep your code sane with clang-tidy - Daniel Jasper - Meeting C++ 2015 Lightning Talks
2014 LLVM Developers’ Meeting: “Frappé: Using Clang to Query and Visualize Large Codebases”
Jonas Minnberg: Autotidy simplifies running clang-tidy on your code