llvm-project/clang/utils/TableGen
Dmitri Gribenko 2e72dd4a43 Comment parsing: improve the fidelity of XML output for many block commands
This change introduces a 'kind' attribute for the <Para> tag, that captures the
kind of the parent block command.

For example:

\todo Meow.

used to be just <Para>Meow.</Para>, but now it is
<Para kind="todo">Meow.</Para>

llvm-svn: 174216
2013-02-01 20:23:57 +00:00
..
CMakeLists.txt Comment parsing: resolve more named character references 2013-01-30 14:29:28 +00:00
ClangASTNodesEmitter.cpp TableGen backends: use emitSourceFileHeader() to emit the warning about 2013-01-30 21:54:20 +00:00
ClangAttrEmitter.cpp [Sema][Attr]Fix alignment attribute printing. 2013-02-01 01:19:17 +00:00
ClangCommentCommandInfoEmitter.cpp Comment parsing: improve the fidelity of XML output for many block commands 2013-02-01 20:23:57 +00:00
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp TableGen backends: use emitSourceFileHeader() to emit the warning about 2013-01-30 21:54:20 +00:00
ClangCommentHTMLTagsEmitter.cpp TableGen backends: use emitSourceFileHeader() to emit the warning about 2013-01-30 21:54:20 +00:00
ClangDiagnosticsEmitter.cpp Error if an anonymous DiagGroup is referenced multiple times. 2013-01-10 18:50:46 +00:00
ClangSACheckersEmitter.cpp Don't throw exceptions in clang-tblgen by switching to PrintFatalError. 2012-10-25 16:37:08 +00:00
Makefile Don't require exception handling for clang-tblgen. 2012-10-25 20:34:00 +00:00
NeonEmitter.cpp Don't throw exceptions in clang-tblgen by switching to PrintFatalError. 2012-10-25 16:37:08 +00:00
OptParserEmitter.cpp Sort the #include lines under utils/... 2012-12-04 09:53:39 +00:00
TableGen.cpp Comment parsing: improve the fidelity of XML output for many block commands 2013-02-01 20:23:57 +00:00
TableGenBackends.h Comment parsing: improve the fidelity of XML output for many block commands 2013-02-01 20:23:57 +00:00