Changeset 7de22b28 for src/Parser/TypeData.h
- Timestamp:
- Jul 10, 2018, 3:53:38 PM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 777ed2b
- Parents:
- d804830
- git-author:
- Rob Schluntz <rschlunt@…> (07/10/18 15:11:53)
- git-committer:
- Rob Schluntz <rschlunt@…> (07/10/18 15:53:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.h
rd804830 r7de22b28 109 109 void print( std::ostream &, int indent = 0 ) const; 110 110 TypeData * clone() const; 111 112 const std::string * leafName() const; 111 113 }; 112 114
Note: See TracChangeset
for help on using the changeset viewer.