summaryrefslogtreecommitdiffstats
path: root/test/input/Class.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Output: Generate Class, Struct, and Union elementsBrad King2014-03-211-0/+1
Implement the OutputRecordDecl and OutputCXXRecordDecl methods to generate Class, Struct, and Union elements. Report the name="", context="", location="", incomplete="", and members="" of the declaration. Queue its members. Also map record types to the corresponding declarations.