Using Clang as a Compiler¶
- Clang Compiler User’s Manual
- Clang Language Extensions
- Attributes in Clang
- Cross-compilation using Clang
- Thread Safety Analysis
- AddressSanitizer
- ThreadSanitizer
- MemorySanitizer
- DataFlowSanitizer
- LeakSanitizer
- SanitizerCoverage
- Sanitizer special case list
- Control Flow Integrity
- SafeStack
- Modules
- MSVC compatibility
- Clang “man” pages
- Frequently Asked Questions (FAQ)
Using Clang as a Library¶
- Choosing the Right Interface for Your Application
- External Clang Examples
- Introduction to the Clang AST
- LibTooling
- LibFormat
- Clang Plugins
- How to write RecursiveASTVisitor based ASTFrontendActions.
- Tutorial for building tools using LibTooling and LibASTMatchers
- Matching the Clang AST
- How To Setup Clang Tooling For LLVM
- JSON Compilation Database Format Specification