Ignore:
Timestamp:
May 29, 2018, 2:02:47 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct, with_gc
Children:
96812c0
Parents:
d807ca28
git-author:
Rob Schluntz <rschlunt@…> (05/29/18 12:29:01)
git-committer:
Rob Schluntz <rschlunt@…> (05/29/18 14:02:47)
Message:

Push deleted decls through the system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.yy

    rd807ca28 r3ed994e  
    21132113                { $$ = $2; }
    21142114        | '=' VOID
    2115                 { $$ = nullptr; }
     2115                { $$ = new InitializerNode( true ); }
    21162116        | ATassign initializer
    21172117                { $$ = $2->set_maybeConstructed( false ); }
Note: See TracChangeset for help on using the changeset viewer.