Changeset f57dd25 for src/Common


Ignore:
Timestamp:
May 29, 2019, 3:45:00 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
0aedb01
Parents:
157a816 (diff), ebc0a85 (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.
Message:

Merge branch 'cleanup-dtors'

File:
1 edited

Legend:

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

    r157a816 rf57dd25  
    17891789        VISIT_START( node );
    17901790
    1791         indexerScopedAccept( node->result     , *this );
    1792         maybeAccept_impl   ( node->callExpr   , *this );
    1793         maybeAccept_impl   ( node->tempDecls  , *this );
    1794         maybeAccept_impl   ( node->returnDecls, *this );
    1795         maybeAccept_impl   ( node->dtors      , *this );
     1791        indexerScopedAccept( node->result    , *this );
     1792        maybeAccept_impl   ( node->callExpr  , *this );
    17961793
    17971794        VISIT_END( node );
     
    18021799        MUTATE_START( node );
    18031800
    1804         indexerScopedMutate( node->env        , *this );
    1805         indexerScopedMutate( node->result     , *this );
    1806         maybeMutate_impl   ( node->callExpr   , *this );
    1807         maybeMutate_impl   ( node->tempDecls  , *this );
    1808         maybeMutate_impl   ( node->returnDecls, *this );
    1809         maybeMutate_impl   ( node->dtors      , *this );
     1801        indexerScopedMutate( node->env       , *this );
     1802        indexerScopedMutate( node->result    , *this );
     1803        maybeMutate_impl   ( node->callExpr  , *this );
    18101804
    18111805        MUTATE_END( Expression, node );
Note: See TracChangeset for help on using the changeset viewer.