]> granicus.if.org Git - clang/commit
[Doc parsing]: Add available and deprecated attribute info
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Oct 2012 20:05:47 +0000 (20:05 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 2 Oct 2012 20:05:47 +0000 (20:05 +0000)
commit2a46533633441176e93b484739a0a27e07150b63
treed9b7377c86f3fa1d5eb3e752a9be6ad04477324b
parent180d9d98fb51c7f6719d56a73bfd09400502986c
[Doc parsing]: Add available and deprecated attribute info
to XML output. // rdar://12378879

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165039 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/xml/comment-xml-schema.rng
test/Index/Inputs/CommentXML/valid-deprecated-attr.xml [new file with mode: 0644]
test/Index/Inputs/CommentXML/valid-unavailable-attr.xml [new file with mode: 0644]
test/Index/annotate-comments-availability-attrs.cpp
test/Index/comment-xml-schema.c
tools/libclang/CXComment.cpp