Create Your Own Refactoring Tool in Clang
Offered By: CppNow via YouTube
Course Description
Overview
Learn how to create a custom refactoring tool using Clang in this comprehensive conference talk from C++Now 2014. Explore the process of developing a powerful code transformation utility tailored to your specific needs. Gain insights into leveraging Clang's capabilities for analyzing and modifying C++ source code. Discover techniques for implementing automated refactoring operations to enhance code quality and maintainability. Follow along with Richard Thompson's expert guidance and utilize the accompanying slides to deepen your understanding of building refactoring tools with Clang.
Syllabus
Create your own Refactoring Tool in Clang
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube