summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-comments-availability-attrs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Comment to XML conversion: convert some tests to use the new [[@LINE]]Dmitri Gribenko2012-11-151-13/+12
| | | | | | FileCheck feature. This will hopefully make tests less fragile. llvm-svn: 168056
* Un-XFAIL some tests for comment to XML conversion. This reverts r166151 andDmitri Gribenko2012-10-181-7/+6
| | | | | | fixes the tests for builds without libxml2. llvm-svn: 166179
* XFAIL these tests until I can figure out what is going on onFariborz Jahanian2012-10-171-0/+1
| | | | | | other platforms. llvm-svn: 166151
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-11/+13
| | | | | | | | | | | 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. llvm-svn: 166130
* Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko2012-10-031-19/+32
| | | | | | regex for version tuples. llvm-svn: 165104
* [Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian2012-10-021-3/+3
| | | | | | attribute going iinto XML document. llvm-svn: 165066
* [Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian2012-10-021-0/+17
| | | | | | to XML output. // rdar://12378879 llvm-svn: 165039
* availability in structured documents. TakesFariborz Jahanian2012-10-011-0/+12
care of comments by Dimitri and Doug. llvm-svn: 164957
OpenPOWER on IntegriCloud