index.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. .. title:: Welcome to Clang's documentation!
  6. .. toctree::
  7. :maxdepth: 1
  8. Using Clang as a Compiler
  9. =========================
  10. .. toctree::
  11. :maxdepth: 1
  12. UsingDxc
  13. UsersManual
  14. LanguageExtensions
  15. AttributeReference
  16. ThreadSafetyAnalysis
  17. ThreadSanitizer
  18. DataFlowSanitizer
  19. SanitizerCoverage
  20. SanitizerSpecialCaseList
  21. Modules
  22. CommandGuide/index
  23. Using Clang as a Library
  24. ========================
  25. .. toctree::
  26. :maxdepth: 1
  27. Tooling
  28. IntroductionToTheClangAST
  29. LibTooling
  30. LibFormat
  31. ClangPlugins
  32. RAVFrontendAction
  33. LibASTMatchersTutorial
  34. LibASTMatchers
  35. HowToSetupToolingForLLVM
  36. JSONCompilationDatabase
  37. Using Clang Tools
  38. =================
  39. .. toctree::
  40. :maxdepth: 1
  41. ClangTools
  42. ClangCheck
  43. ClangFormat
  44. ClangFormatStyleOptions
  45. Design Documents
  46. ================
  47. .. toctree::
  48. :maxdepth: 1
  49. InternalsManual
  50. DriverInternals
  51. PTHInternals
  52. PCHInternals
  53. Indices and tables
  54. ==================
  55. * :ref:`genindex`
  56. * :ref:`modindex`
  57. * :ref:`search`