Changeset 92a6e02 for src/SynTree


Ignore:
Timestamp:
Aug 15, 2019, 1:32:35 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a6f26ca
Parents:
ba417e2 (diff), c570806 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'new-ast' of plg.uwaterloo.ca:software/cfa/cfa-cc into new-ast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Statement.h

    rba417e2 r92a6e02  
    502502class ImplicitCtorDtorStmt : public Statement {
    503503  public:
    504         // Non-owned pointer to the constructor/destructor statement
     504        // the constructor/destructor call statement; owned here for a while, eventually transferred elsewhere
    505505        Statement * callStmt;
    506506
Note: See TracChangeset for help on using the changeset viewer.