Changeset aaeacf4 for src/InitTweak
- Timestamp:
- Jun 12, 2019, 4:06:32 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 21300d7
- Parents:
- 6e3e0717
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/InitTweak/FixInit.cc ¶
r6e3e0717 raaeacf4 995 995 ) 996 996 997 998 // std::set_difference requires that the inputs be sorted. 999 lvars.sort(); 1000 curVars.sort(); 1001 997 1002 ObjectSet diff; 998 1003 // S_L-S_G results in set of objects whose construction is skipped - it's an error if this set is non-empty
Note: See TracChangeset
for help on using the changeset viewer.