Changeset cfaf9be for src/Common


Ignore:
Timestamp:
Feb 27, 2018, 5:50:22 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:
4b1be68
Parents:
86e84e4
Message:

Make all Visitor/Mutator? functions pure virtual, remove unused Visitor/Mutator? code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Common/PassVisitor.impl.h

    r86e84e4 rcfaf9be  
    20602060
    20612061        maybeAccept_impl( node->forall, *this );
     2062        // xxx - should PointerType visit/mutate dimension?
    20622063        maybeAccept_impl( node->base, *this );
    20632064
     
    20702071
    20712072        maybeMutate_impl( node->forall, *this );
     2073        // xxx - should PointerType visit/mutate dimension?
    20722074        maybeMutate_impl( node->base, *this );
    20732075
Note: See TracChangeset for help on using the changeset viewer.