Changeset bd41764 for src/InitTweak
- Timestamp:
- Nov 8, 2017, 5:15:54 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, 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:
- 954908d
- Parents:
- e35f30a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
re35f30a rbd41764 105 105 public: 106 106 InitImpl( Initializer * init ) : init( init ) {} 107 virtual ~InitImpl() = default; 107 108 108 109 virtual std::list< Expression * > next( __attribute((unused)) std::list< Expression * > & indices ) { … … 121 122 public: 122 123 ExprImpl( Expression * expr ) : arg( expr ) {} 123 124 ~ExprImpl() { delete arg; } 124 virtual ~ExprImpl() { delete arg; } 125 125 126 126 virtual std::list< Expression * > next( std::list< Expression * > & indices ) {
Note: See TracChangeset
for help on using the changeset viewer.