Changeset 7a69460
- Timestamp:
- Apr 11, 2016, 6:00:22 PM (9 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, with_gc
- Children:
- 7eabc25
- Parents:
- f77f12e2
- Location:
- src/SynTree
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Initializer.cc
rf77f12e2 r7a69460 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Wed Apr 06 16:15:32201612 // Last Modified On : Mon Apr 11 17:36:10 2016 13 13 // Update Count : 28 14 14 // … … 110 110 } 111 111 112 std::ostream & operator<<( std::ostream & out, Initializer * init ) { 113 init->print( out ); 114 return out; 115 } 112 116 113 117 // Local Variables: // -
src/SynTree/Initializer.h
rf77f12e2 r7a69460 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Wed Mar 30 13:22:08201612 // Last Modified On : Mon Apr 11 17:35:30 2016 13 13 // Update Count : 19 14 14 // … … 130 130 }; 131 131 132 std::ostream & operator<<( std::ostream & out, Initializer * init ); 133 132 134 #endif // INITIALIZER_H 133 135
Note: See TracChangeset
for help on using the changeset viewer.