How to Build Your First C++ Automated Refactoring Tool - Lecture
Offered By: CppCon via YouTube
Course Description
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
Related Courses
Control Flow Integrity in the Linux KernelLinux Foundation via YouTube A Fresh Look at Toolchains and Crosscompilers in 2020
Linux Foundation via YouTube A Few Effective GCC - Clang Optimizations for Embedded Systems
Linux Foundation via YouTube Embedded Linux Size Reduction Techniques
Linux Foundation via YouTube Using Clang for Fun and Profit - Examples from the Chromium Project
GOTO Conferences via YouTube