Changeset 17cd4eb for translator/SynTree/Type.h
- Timestamp:
- Jan 7, 2015, 6:04:42 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 0b8cd722
- Parents:
- d9a0e76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
translator/SynTree/Type.h
rd9a0e76 r17cd4eb 90 90 }; 91 91 92 static const char *typeNames[]; // string names for basic types, MUST MATCH with Kind 93 92 94 BasicType( const Type::Qualifiers &tq, Kind bt ); 93 95
Note: See TracChangeset
for help on using the changeset viewer.