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)
commitb6a3b4ba61383774dae692efb5767ffdb23ac36e
tree383addfc86218c1db4cf27ad567fd985283d6a6c
parent4f730dc750ab2120d8ca28728c73021bd159ac05
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.

llvm-svn: 281192
clang/docs/DiagnosticsReference.rst [new file with mode: 0644]
clang/docs/UsersManual.rst
clang/docs/index.rst
clang/include/clang/Basic/Diagnostic.td
clang/include/clang/Basic/DiagnosticDocs.td [new file with mode: 0644]
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
clang/utils/TableGen/TableGen.cpp
clang/utils/TableGen/TableGenBackends.h