Home | History | Annotate | Download | only in docs
      1 .. Clang documentation master file, created by
      2    sphinx-quickstart on Sun Dec  9 20:01:55 2012.
      3    You can adapt this file completely to your liking, but it should at least
      4    contain the root `toctree` directive.
      5 
      6 .. title:: Welcome to Clang's documentation!
      7 
      8 .. toctree::
      9    :maxdepth: 1
     10 
     11    ReleaseNotes
     12 
     13 Using Clang as a Compiler
     14 =========================
     15 
     16 .. toctree::
     17    :maxdepth: 1
     18 
     19    UsersManual
     20    LanguageExtensions
     21    AddressSanitizer
     22    ThreadSanitizer
     23    MemorySanitizer
     24    FAQ
     25 
     26 Using Clang as a Library
     27 ========================
     28 
     29 .. toctree::
     30    :maxdepth: 1
     31 
     32    Tooling
     33    ExternalClangExamples
     34    IntroductionToTheClangAST
     35    LibTooling
     36    LibFormat
     37    ClangPlugins
     38    RAVFrontendAction
     39    LibASTMatchersTutorial
     40    LibASTMatchers
     41    HowToSetupToolingForLLVM
     42    JSONCompilationDatabase
     43 
     44 Using Clang Tools
     45 =================
     46 
     47 .. toctree::
     48    :maxdepth: 1
     49 
     50    ClangTools
     51    ClangCheck
     52    ClangFormat
     53 
     54 Design Documents
     55 ================
     56 
     57 .. toctree::
     58    :maxdepth: 1
     59 
     60    InternalsManual
     61    DriverInternals
     62    PTHInternals
     63    PCHInternals
     64 
     65 
     66 Indices and tables
     67 ==================
     68 
     69 * :ref:`genindex`
     70 * :ref:`modindex`
     71 * :ref:`search`
     72 
     73