Changeset c408483 for src/Common
- Timestamp:
- Jul 28, 2020, 2:37:36 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- eb1be63
- Parents:
- d1ee9ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.proto.h
rd1ee9ec rc408483 38 38 }; 39 39 40 std::stack< cleanup_t > cleanups;40 std::stack< cleanup_t, std::vector<cleanup_t> > cleanups; 41 41 }; 42 42
Note: See TracChangeset
for help on using the changeset viewer.