Changeset 09a1ae6 for src/Common


Ignore:
Timestamp:
Apr 12, 2018, 11:57:51 AM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
f229fc2
Parents:
34dcc474
Message:

Fix some missing static roots -- GC'd CFA-CC now builds prelude

File:
1 edited

Legend:

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

    r34dcc474 r09a1ae6  
    11711171        indexerScopedAccept( node->result, *this );
    11721172
     1173        // xxx - not quite sure why this doesn't visit( node->function );
    11731174        for ( auto expr : node->args ) {
    11741175                visitExpression( expr );
Note: See TracChangeset for help on using the changeset viewer.