summaryrefslogtreecommitdiffstats
path: root/test/input/Destructor-annotate.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-181-0/+3
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