summaryrefslogtreecommitdiff
path: root/test/ManyTypedefs.thrift
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-325. Remove a bunch of uses of the old command line formatDavid Reiss2009-02-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745242 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Make use of get_true_type.David Reiss2007-08-231-0/+31
Summary: We added a helper function for the generators: get_true_type, which finds the actual type behind a series of typedefs (though the compiler only supports one layer of typedefs now). This change uses it everywhere we used to have that loop. (It was a lot of places.) Reviewed By: mcslee Test Plan: test/ManyTypedefs.thrift Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665220 13f79535-47bb-0310-9956-ffa450edef68