Changeset cfaf9be for src/Common
- Timestamp:
- Feb 27, 2018, 5:50:22 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Common/PassVisitor.impl.h ¶
r86e84e4 rcfaf9be 2060 2060 2061 2061 maybeAccept_impl( node->forall, *this ); 2062 // xxx - should PointerType visit/mutate dimension? 2062 2063 maybeAccept_impl( node->base, *this ); 2063 2064 … … 2070 2071 2071 2072 maybeMutate_impl( node->forall, *this ); 2073 // xxx - should PointerType visit/mutate dimension? 2072 2074 maybeMutate_impl( node->base, *this ); 2073 2075
Note: See TracChangeset
for help on using the changeset viewer.