Changeset 8a443f4 for src/ControlStruct/CaseRangeMutator.h
- Timestamp:
- Aug 2, 2016, 6:40:27 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, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 73bf8cf2
- Parents:
- 4d2434a (diff), becba789 (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/ControlStruct/CaseRangeMutator.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/CaseRangeMutator.h
r4d2434a r8a443f4 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 12 17:35:30201613 // Update Count : 412 // Last Modified On : Sat Jul 30 23:41:57 2016 13 // Update Count : 5 14 14 // 15 15 … … 30 30 virtual Statement *mutate( CaseStmt * ); 31 31 private: 32 void fillRange( Expression *lo, Expression *hi );33 34 32 Expression *currentCondition; 35 33 std::list< Expression * > newCaseLabels;
Note:
See TracChangeset
for help on using the changeset viewer.