Changeset 94c98f0e for src/AST/Init.hpp


Ignore:
Timestamp:
Apr 11, 2023, 3:51:31 PM (13 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
153d3440
Parents:
b05beaa
Message:

Added/cleaned some AST comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Init.hpp

    rb05beaa r94c98f0e  
    117117        ptr<Init> init;
    118118
    119         ConstructorInit( 
     119        ConstructorInit(
    120120                const CodeLocation & loc, const Stmt * ctor, const Stmt * dtor, const Init * init )
    121121        : Init( loc, MaybeConstruct ), ctor( ctor ), dtor( dtor ), init( init ) {}
Note: See TracChangeset for help on using the changeset viewer.