Ignore:
Timestamp:
Feb 14, 2018, 4:18:37 PM (6 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, resolv-new, with_gc
Children:
f5883bd
Parents:
490ff5c3
git-author:
Rob Schluntz <rschlunt@…> (02/14/18 16:17:36)
git-committer:
Rob Schluntz <rschlunt@…> (02/14/18 16:18:37)
Message:

Add DeletedExpr? node for use of deleted identifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    r490ff5c3 r44b4114  
    9191        virtual void visit( UntypedInitExpr *  initExpr );
    9292        virtual void visit( InitExpr *  initExpr );
     93        virtual void visit( DeletedExpr * delExpr ) = 0;
    9394
    9495        virtual void visit( VoidType * basicType );
Note: See TracChangeset for help on using the changeset viewer.