Changeset 32a2a99 for src/InitTweak
- Timestamp:
- Aug 30, 2016, 4:25:55 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, 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:
- 90e2334, fa463f1
- Parents:
- a2a8d2a6 (diff), ced2e989 (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. - Location:
- src/InitTweak
- Files:
-
- 13 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/InitTweak/InitTweak.cc ¶
ra2a8d2a6 r32a2a99 79 79 public: 80 80 ExprImpl( Expression * expr ) : arg( expr ) {} 81 82 ~ExprImpl() { delete arg; } 81 83 82 84 virtual std::list< Expression * > next( std::list< Expression * > & indices ) { … … 122 124 123 125 void InitExpander::clearArrayIndices() { 126 deleteAll( indices ); 124 127 indices.clear(); 125 128 }
Note: See TracChangeset
for help on using the changeset viewer.