Ignore:
Timestamp:
Nov 30, 2023, 3:53:45 PM (9 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
c4570af3
Parents:
d787828d
Message:

Rename the linkReferenceTypes pass and the file that contains it. BaseInstType? used to be called ReferenceToType?, so the reason for the pass being called that is no longer true.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/Validate/LinkInstanceTypes.hpp

    rd787828d r37b3151  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // LinkReferenceToTypes.hpp -- Connect instance types to declarations.
     7// LinkInstanceTypes.hpp -- Connect instance types to declarations.
    88//
    99// Author           : Andrew Beach
     
    2525/// adjustments, such as setting the sized flag.
    2626/// Because of the sized flag, it must happen before auto-gen.
    27 void linkReferenceToTypes( ast::TranslationUnit & translationUnit );
     27void linkInstanceTypes( ast::TranslationUnit & translationUnit );
    2828
    2929}
Note: See TracChangeset for help on using the changeset viewer.