llvm-project/clang/test/Index/Inputs
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
..
CommentXML Comment parsing: improve the fidelity of XML output for many block commands 2013-02-01 20:23:57 +00:00
Frameworks Introduce inferred framework modules into the module map file, 2012-11-06 19:39:40 +00:00
Headers Ensure that we clean up after a failed module build and cope with the 2012-01-29 19:57:03 +00:00
a.h
annotate-comments-preprocessor.h Handle include directive with comments. It turns out that in this case comments are not coming in source order. Instead of trying to std::sort() comments (which can be costly), just remove comments that are not in order. 2012-06-21 22:04:37 +00:00
b.h
c-index-pch.h
cindex-from-source.h
complete-pch.h
crash-recovery-code-complete-remap.c
crash-recovery-reparse-remap.c
foo.h
get-cursor-includes-1.h
get-cursor-includes-2.h
guarded.h Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), 2011-05-04 00:14:37 +00:00
lit.local.cfg
objc.h
pragma-once.h Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), 2011-05-04 00:14:37 +00:00
pragma_disable_warning.h [PCH] Fix reading from PCH of diagnostic pragmas. 2011-11-09 01:24:17 +00:00
preamble-reparse-1.c
preamble-reparse-2.c
preamble.h
preamble_macro_template.h Revamp the SourceManager to separate the representation of parsed 2011-07-19 16:10:42 +00:00
prefix.h
redeclarations.h Eliminate a hang while loading a sequence of redeclarable entities. In 2011-10-26 17:53:41 +00:00
remap-complete-to.c
remap-load-to.c
reparse-instantiate.h Add missing part of test 2011-11-07 18:54:12 +00:00
retain-comments-from-system-headers.h Add tests for r163778. 2012-09-13 17:25:51 +00:00
t1.c
t1.m
t2.c
t2.m