Ignore:
Timestamp:
Mar 1, 2018, 4:58:03 PM (7 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:
2ec65ad
Parents:
babeeda
git-author:
Rob Schluntz <rschlunt@…> (03/01/18 15:17:24)
git-committer:
Rob Schluntz <rschlunt@…> (03/01/18 16:58:03)
Message:

Expand VISIT/MUTATE_BODY for remaining node types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    rbabeeda ra8a2b0a  
    2121class Visitor {
    2222  protected:
    23         Visitor();
    24         virtual ~Visitor();
     23        Visitor() = default;
     24        virtual ~Visitor() = default;
    2525  public:
    2626        // visit: Default implementation of all functions visits the children
Note: See TracChangeset for help on using the changeset viewer.