Changeset b96ec83 for src/SynTree/Initializer.h
- Timestamp:
- Oct 3, 2017, 5:12:35 PM (8 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6840e7c
- Parents:
- 1bc749f (diff), b0f601fa (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
-
src/SynTree/Initializer.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Initializer.h
r1bc749f rb96ec83 117 117 Statement * ctor; 118 118 Statement * dtor; 119 // C-style initializer made up of SingleInit and ListInit nodes to use as a fallback 120 // if an appropriate constructor definition is not found by the resolver 121 Initializer * init; 119 122 120 123 ConstructorInit( Statement * ctor, Statement * dtor, Initializer * init ); … … 135 138 136 139 private: 137 // C-style initializer made up of SingleInit and ListInit nodes to use as a fallback138 // if an appropriate constructor definition is not found by the resolver139 Initializer * init;140 140 }; 141 141
Note:
See TracChangeset
for help on using the changeset viewer.