Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output: Add "size" and "align" attributes on builtin types and structs | Michka Popoff | 2015-04-08 | 1 | -2/+2 |
| | | | | | | 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 standard | Brad King | 2014-04-09 | 1 | -0/+11 |
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. |