[置顶] Clang 3.4 文档(updating)

翻译于 ( http://clang.llvm.org/docs/index.html#)

Clang 3.4 documentation

欢迎来到Clang的文档!

  • Clang 3.4 (In-Progress) Release Notes

把Clang作为一个Complier使用

  • Clang 编译器用户手册

  • Clang 语言扩展

  • 使用Clang交叉编译

  • AddressSanitizer(内存错误检测)

  • ThreadSanitizer (数据争用探测)
    http://code.google.com/p/thread-sanitizer/wiki/CppManual

  • MemorySanitizer

  • DataFlowSanitizer

  • Sanitizer special case list

  • Modules

  • Frequently Asked Questions (FAQ)

把Clang 作为一个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

使用Clang 的tools

  • Overview

  • ClangCheck

  • ClangFormat

  • Clang-Format Style Options

设计文档

  • “Clang” CFE Internals Manual

  • Driver Design & Internals

  • Pretokenized Headers (PTH)

  • 预编译的头文件和内部模块


*转载请注明出处

你可能感兴趣的:([置顶] Clang 3.4 文档(updating))