]> granicus.if.org Git - clang/commit
Add a mode to clang-tblgen to generate reference documentation for warning and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 12 Sep 2016 05:58:29 +0000 (05:58 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 12 Sep 2016 05:58:29 +0000 (05:58 +0000)
commit89f2f0d1857f59e6c3625b0aaee69b76a74722cb
tree09856018517de17600f613479d6ac6d7ef464a3b
parentc5d3857912daeb84f22ab9fb849f43c0a541f7fe
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
docs/DiagnosticsReference.rst [new file with mode: 0644]
docs/UsersManual.rst
docs/index.rst
include/clang/Basic/Diagnostic.td
include/clang/Basic/DiagnosticDocs.td [new file with mode: 0644]
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
utils/TableGen/ClangDiagnosticsEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h