Overview
Discover how to create your first C++ automated refactoring tool in this comprehensive conference talk from CppCon 2023. Learn the fundamentals of Clang refactoring capabilities and their practical applications for improving large-scale C++ codebases. Explore strategies for ensuring new developers follow best practices and company style guides, while scaling the knowledge of C++ experts across growing organizations. Gain insights into proactively identifying and enhancing problematic code using Clang's rich toolset. Delve into the development of innovative tools for API migrations, type deprecations, and automated dead code removal, drawing from real-world examples of successful large-scale refactoring efforts. Acquire valuable knowledge on building and deploying Clang-based refactoring tools to make your C++ codebase more extensible, maintainable, and understandable.
Syllabus
How to Build Your First C++ Automated Refactoring Tool - Kristen Shaker - CppCon 2023
Taught by
CppCon