2012-12-13 03:02:30 +04:00
|
|
|
.. Clang documentation master file, created by
|
|
|
|
sphinx-quickstart on Sun Dec 9 20:01:55 2012.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
|
|
|
Welcome to Clang's documentation!
|
|
|
|
=================================
|
|
|
|
|
|
|
|
.. toctree::
|
2013-01-02 16:39:50 +04:00
|
|
|
:maxdepth: 1
|
2012-12-13 03:02:30 +04:00
|
|
|
|
2012-12-13 03:44:55 +04:00
|
|
|
LanguageExtensions
|
|
|
|
LibASTMatchers
|
|
|
|
LibTooling
|
|
|
|
PCHInternals
|
|
|
|
Tooling
|
2012-12-13 05:10:46 +04:00
|
|
|
AddressSanitizer
|
2012-12-23 22:35:58 +04:00
|
|
|
ThreadSanitizer
|
|
|
|
MemorySanitizer
|
2012-12-13 05:10:46 +04:00
|
|
|
ClangPlugins
|
|
|
|
ClangTools
|
|
|
|
HowToSetupToolingForLLVM
|
|
|
|
IntroductionToTheClangAST
|
|
|
|
JSONCompilationDatabase
|
|
|
|
LibASTMatchersTutorial
|
|
|
|
PTHInternals
|
|
|
|
RAVFrontendAction
|
|
|
|
UsersManual
|
2012-12-13 20:06:00 +04:00
|
|
|
AutomaticReferenceCounting
|
2012-12-16 00:41:17 +04:00
|
|
|
InternalsManual
|
2012-12-21 04:16:53 +04:00
|
|
|
DriverInternals
|
2012-12-21 04:16:58 +04:00
|
|
|
BlockLanguageSpec
|
2012-12-21 04:17:02 +04:00
|
|
|
ObjectiveCLiterals
|
docs: Convert ReleaseNotes to reST.
This is the last of the "regular" documents to convert to reST, and so
I'm declaring the initial clang reST conversion "done".
However,
- There are some documents in clang/www/ which probably should
be migrated into clang/docs/, such as www/OpenProjects.html
The primary thing blocking me from doing this right now is not knowing
how to set up a redirect so that the old URL's continue to work.
- LibASTMatchersReference.html is not reST. This page is auto-generated
by clang/docs/tools/dump_ast_matchers.py from the source and has some
collapse/expand logic that isn't expressible directly with Sphinx, so
just converting it to reST is not really a good strategy.
Manuel Klimek and I discussed this and the general agreed-upon
direction is making that page data-driven so that it, say, pulls in an
auto-generated blob of JSON which describes the matchers and builds up
the "matcher reference" part of the page with a small amount of JS.
- There are some rogue .txt files hanging around.
Also, I dropped the little dragon logo at the top because Sphinx was
warning about an external image reference (not sure why, but meh, I
didn't want to fight it). If anything, we would want such a logo
integrated into the site's overall theme, rather than hardcoded here.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170994 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-23 05:19:35 +04:00
|
|
|
ReleaseNotes
|
2012-12-13 03:02:30 +04:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|
|
|
|
|