summaryrefslogtreecommitdiffstats
path: root/testing/018/018__def_8c.xml
Commit message (Collapse)AuthorAgeFilesLines
* Expose underlying enum type in the XML output.Vladimír Vondruš2017-11-291-0/+1
| | | | | | | | | | | The <type> element (used for function return type and variable type) is now reused also for underlying enum type. C++03-style enum types that don't have the underlying type specified have the <type> tag as well, but empty to indicate that the underlying type is unspecified. Added a new test case for this.
* Further cmake changesDimitri van Heesch2015-05-311-5/+5
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-151-1/+1
|
* Added regression test suiteDimitri van Heesch2013-07-191-0/+125