]> granicus.if.org Git - clang/commit
[Doc parsing]: This patch adds <Declaration> tag to
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Oct 2012 21:58:03 +0000 (21:58 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 17 Oct 2012 21:58:03 +0000 (21:58 +0000)
commit1bfb00dabf83d8c8b95b7276b4c0ae3fd64832c8
tree6da011bab01450d4f467948bdc61b9c55b021ed8
parent20d928164a6263edb558fdccae6e73988cf4ae7d
[Doc parsing]: This patch adds <Declaration> tag to
XML comment for declarations which pretty-prints
declaration. I had to XFAIL one test annotate-comments.cpp.
This test is currently unmaintainable as written.
Dmitri G., can you see what we can do about this test.
We should change this test such that adding a new tag does not wreck
havoc to the test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166130 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/xml/comment-xml-schema.rng
include/clang/AST/Comment.h
include/clang/AST/PrettyPrinter.h
lib/AST/Comment.cpp
lib/AST/DeclPrinter.cpp
test/Index/annotate-comments-availability-attrs.cpp
test/Index/annotate-comments.cpp
test/Index/overriding-ftemplate-comments.cpp
test/Index/overriding-method-comments.mm
tools/libclang/CXComment.cpp