Changeset ad56482 for src/Parser
- Timestamp:
- Jan 26, 2017, 12:03:57 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 0157ca7
- Parents:
- e15df4c (diff), ad6343e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.cc
re15df4c rad56482 57 57 aggregate.actuals = nullptr; 58 58 aggregate.fields = nullptr; 59 aggregate.body = false; 59 60 break; 60 61 case AggregateInst:
Note:
See TracChangeset
for help on using the changeset viewer.