Changeset 974906e2 for src/GenPoly


Ignore:
Timestamp:
Jan 11, 2016, 2:48:05 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, gc_noraii, 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:
a56767c
Parents:
1e9d87b
Message:

propagate maybeConstructed flag through system, begin create constructor/destructor statements for further processing by Resolver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    r1e9d87b r974906e2  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Fri Dec 18 14:53:08 2015
    13 // Update Count     : 217
     12// Last Modified On : Thu Jan 07 13:40:05 2016
     13// Update Count     : 219
    1414//
    1515
     
    11421142
    11431143                                        std::list<Expression*> designators;
    1144                                         objectDecl->set_init( new SingleInit( alloc, designators ) );
     1144                                        objectDecl->set_init( new SingleInit( alloc, designators, false ) ); // not constructed
    11451145                                }
    11461146                        }
Note: See TracChangeset for help on using the changeset viewer.