Comment to XML conversion: escape XML special chars correctly; use correct
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 3 Oct 2012 09:04:56 +0000 (09:04 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 3 Oct 2012 09:04:56 +0000 (09:04 +0000)
commit61b1db16292a3e60c03a24e58989c2317d4dcf40
tree1f4587677c9fce72c63eec555da4ac5b9d125cb5
parent766d4d22acaf22f7d86956f889deb12a98da0f58
Comment to XML conversion: escape XML special chars correctly; use correct
regex for version tuples.

llvm-svn: 165104
clang/bindings/xml/comment-xml-schema.rng
clang/test/Index/Inputs/CommentXML/valid-availability-attr-02.xml [new file with mode: 0644]
clang/test/Index/annotate-comments-availability-attrs.cpp
clang/test/Index/comment-xml-schema.c
clang/tools/libclang/CXComment.cpp