Changeset 626da644 for src/SynTree/Initializer.h
- Timestamp:
- Mar 27, 2017, 5:00:57 PM (8 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:
- 41cd57c0
- Parents:
- ae6f1ec (diff), 656ee4f (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/SynTree/Initializer.h
rae6f1ec r626da644 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : T ue Apr 12 13:49:13 201613 // Update Count : 1911 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Mar 23 16:12:42 2017 13 // Update Count : 20 14 14 // 15 15 … … 70 70 void set_value( Expression *newValue ) { value = newValue; } 71 71 72 std::list<Expression *> &get_designators() { return designators; } 72 73 void set_designators( std::list<Expression *> &newValue ) { designators = newValue; } 73 std::list<Expression *> &get_designators() { return designators; }74 74 75 75 virtual SingleInit *clone() const { return new SingleInit( *this); }
Note: See TracChangeset
for help on using the changeset viewer.