Changeset c4d80cb for src/SynTree


Ignore:
Timestamp:
Sep 27, 2017, 4:06:59 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b0f601fa
Parents:
ec010a9
Message:

Move ConstructorInit? init member to public area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Initializer.h

    rec010a9 rc4d80cb  
    117117        Statement * ctor;
    118118        Statement * dtor;
     119        // C-style initializer made up of SingleInit and ListInit nodes to use as a fallback
     120        // if an appropriate constructor definition is not found by the resolver
     121        Initializer * init;
    119122
    120123        ConstructorInit( Statement * ctor, Statement * dtor, Initializer * init );
     
    135138
    136139  private:
    137         // C-style initializer made up of SingleInit and ListInit nodes to use as a fallback
    138         // if an appropriate constructor definition is not found by the resolver
    139         Initializer * init;
    140140};
    141141
Note: See TracChangeset for help on using the changeset viewer.