summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.Function-annotate.xml.txt
Commit message (Collapse)AuthorAgeFilesLines
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-181-0/+10
While CastXML cannot support the `gccxml()` attribute because Clang does not define it, we can support the `annotate()` attribute that Clang provides for arbitrary string annotations. This should fill the same use case as the `gccxml()` attribute did for clients. GitHub-Issue: 25