Ignore:
Timestamp:
Aug 2, 2016, 6:37:08 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
8a443f4
Parents:
39f84a4
Message:

major reorganization of constructor generation from initializer list so that it now works with multi-dimensional arrays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/InitTweak.h

    r39f84a4 r4d2434a  
    4343        bool isInstrinsicSingleArgCallStmt( Statement * expr );
    4444
     45        /// get all Ctor/Dtor call expressions from a Statement
     46        void collectCtorDtorCalls( Statement * stmt, std::list< Expression * > & matches );
     47
    4548        /// get the Ctor/Dtor call expression from a Statement that looks like a generated ctor/dtor call
    4649        Expression * getCtorDtorCall( Statement * stmt );
     
    7881                Statement * buildListInit( UntypedExpr * callExpr );
    7982                void addArrayIndex( Expression * index, Expression * dimension );
     83                void clearArrayIndices();
    8084
    8185                class ExpanderImpl;
Note: See TracChangeset for help on using the changeset viewer.