summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-09-12 05:58:29 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-09-12 05:58:29 +0000
commit89f2f0d1857f59e6c3625b0aaee69b76a74722cb (patch)
tree09856018517de17600f613479d6ac6d7ef464a3b /docs/index.rst
parentc5d3857912daeb84f22ab9fb849f43c0a541f7fe (diff)
Add a mode to clang-tblgen to generate reference documentation for warning and
remark flags. For now I'm checking in a copy of the built documentation, but we can replace this with a placeholder (as we do for the attributes reference documentation) once we enable building this server-side. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@281192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 296054766d..be0e94aa28 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,6 +19,7 @@ Using Clang as a Compiler
UsersManual
LanguageExtensions
AttributeReference
+ DiagnosticsReference
CrossCompilation
ThreadSafetyAnalysis
AddressSanitizer