UsefulLinks
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
5.
Source Code Management
5.1.
SourceManager Component
5.1.1.
File Management
5.1.2.
Buffer Management
5.1.3.
Include Tracking
5.1.4.
Macro Expansion Tracking
5.2.
Source Locations
5.2.1.
SourceLocation Representation
5.2.2.
SourceRange Representation
5.2.3.
Location Calculations
5.2.4.
Macro Location Handling
5.3.
AST to Source Mapping
5.3.1.
Node Location Retrieval
5.3.2.
Source Text Extraction
5.3.3.
Range Calculations
Previous
4. Abstract Syntax Tree
Go to top
Next
6. Project Setup and Configuration