Changeset 3d5701e for src/Common/PassVisitor.impl.h
- Timestamp:
- Feb 25, 2020, 1:17:33 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 7dc2e015
- Parents:
- 9fb8f01 (diff), dd9e1ca (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r9fb8f01 r3d5701e 2452 2452 2453 2453 indexerScopedAccept( node->result , *this ); 2454 maybeAccept_impl ( node->inout , *this );2455 2454 maybeAccept_impl ( node->constraint, *this ); 2456 2455 maybeAccept_impl ( node->operand , *this ); … … 2464 2463 2465 2464 indexerScopedAccept( node->result , *this ); 2466 maybeAccept_impl ( node->inout , *this );2467 2465 maybeAccept_impl ( node->constraint, *this ); 2468 2466 maybeAccept_impl ( node->operand , *this ); … … 2477 2475 indexerScopedMutate( node->env , *this ); 2478 2476 indexerScopedMutate( node->result , *this ); 2479 maybeMutate_impl ( node->inout , *this );2480 2477 maybeMutate_impl ( node->constraint, *this ); 2481 2478 maybeMutate_impl ( node->operand , *this ); … … 3305 3302 VISIT_START( node ); 3306 3303 3307 indexerAdd Struct( node->name );3304 indexerAddUnion( node->name ); 3308 3305 3309 3306 { … … 3320 3317 VISIT_START( node ); 3321 3318 3322 indexerAdd Struct( node->name );3319 indexerAddUnion( node->name ); 3323 3320 3324 3321 { … … 3335 3332 MUTATE_START( node ); 3336 3333 3337 indexerAdd Struct( node->name );3334 indexerAddUnion( node->name ); 3338 3335 3339 3336 {
Note:
See TracChangeset
for help on using the changeset viewer.