diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-10-02 20:05:47 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-10-02 20:05:47 +0000 |
commit | de0ae1e406d4ab2f1a8b39d6d53bcf1f141a2104 (patch) | |
tree | 65e7b89c20ae1d00429f9ec5318b4e81825dd798 /clang/test/Index/comment-xml-schema.c | |
parent | 35c79da3f890c28dabedbe1be3880972f706e105 (diff) | |
download | bcm5719-llvm-de0ae1e406d4ab2f1a8b39d6d53bcf1f141a2104.tar.gz bcm5719-llvm-de0ae1e406d4ab2f1a8b39d6d53bcf1f141a2104.zip |
[Doc parsing]: Add available and deprecated attribute info
to XML output. // rdar://12378879
llvm-svn: 165039
Diffstat (limited to 'clang/test/Index/comment-xml-schema.c')
-rw-r--r-- | clang/test/Index/comment-xml-schema.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Index/comment-xml-schema.c b/clang/test/Index/comment-xml-schema.c index dad6c8a6948..7e7e3315f17 100644 --- a/clang/test/Index/comment-xml-schema.c +++ b/clang/test/Index/comment-xml-schema.c @@ -13,6 +13,8 @@ // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-function-09.xml // // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-availability-attr-01.xml +// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-deprecated-attr.xml +// RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-unavailable-attr.xml // // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-class-01.xml // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-class-02.xml |