Ignore:
Timestamp:
Nov 16, 2023, 9:22:34 AM (6 months ago)
Author:
caparson <caparson@…>
Branches:
master
Children:
aad677d
Parents:
89a8bab (diff), b8b5535 (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 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/FindFunction.cc

    r89a8bab rf22b170b  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // FindFunction.cc --
     7// FindFunction.cc -- Find function types in a larger type.
    88//
    99// Author           : Richard C. Bilson
     
    6969        GuardScope( typeVars );
    7070        handleForall( type->forall );
    71         //ast::accept_all( type->returns, *visitor );
    72         // This might have to become ast::mutate_each with return.
    7371        ast::accept_each( type->returns, *visitor );
    7472}
     
    7977                functions.push_back( type );
    8078                if ( replaceMode ) {
    81                         // replace type parameters in function type with void*
     79                        // Replace type parameters in function type with void *.
    8280                        ret = scrubTypeVars( ast::deepCopy( type ), typeVars );
    8381                } // if
Note: See TracChangeset for help on using the changeset viewer.