Useful Links
Computer Science
Programming
Clang Tooling
1. Introduction to Clang and LLVM
2. Clang Tooling Fundamentals
3. Core Compilation Concepts
4. Abstract Syntax Tree
5. Source Code Management
6. Project Setup and Configuration
7. LibTooling Framework
8. AST Navigation Techniques
9. Source Code Modification
10. LibClang Interface
11. Standard Clang Tools
12. Custom clang-tidy Development
13. Advanced Topics
Source Code Management
SourceManager Component
File Management
Buffer Management
Include Tracking
Macro Expansion Tracking
Source Locations
SourceLocation Representation
SourceRange Representation
Location Calculations
Macro Location Handling
AST to Source Mapping
Node Location Retrieval
Source Text Extraction
Range Calculations
Previous
4. Abstract Syntax Tree
Go to top
Next
6. Project Setup and Configuration