summaryrefslogtreecommitdiffstats
path: root/test/input/empty.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Restrict --castxml-gccxml to C++98 and C89 modesBrad King2014-03-211-0/+0
The gccxml output format was designed for C++98 and does not support constructs in C++11 or other newer language standards. Reject such combinations up front. An alternative output format will be needed for such interfaces.