summaryrefslogtreecommitdiffstats
path: root/test/expect/gccxml.any.PointerType.xml.txt
Commit message (Collapse)AuthorAgeFilesLines
* Output: Add size and align attributes to PointerTypeBrad King2017-01-121-1/+1
| | | | | | The GCC-XML output included these attributes, so CastXML should too. Closes: #80
* Output: Add "size" and "align" attributes on builtin types and structsMichka Popoff2015-04-081-1/+1
| | | | | | This information is produced by gccxml, so add it to our output too. Since we don't know the architecture that will be targeted during testing, match any size and align values with "[0-9]+".
* test: Name expected results by language standardBrad King2014-04-091-0/+8
Name files "gccxml.<std>.<test>.(stdout|stderr|result|xml).txt" where "<std>" is either the language standard or "any" if the result works for any standard.