Changeset c408483 for src/Common/PassVisitor.proto.h
- Timestamp:
- Jul 28, 2020, 2:37:36 PM (22 months ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr
- 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.