Ignore:
Timestamp:
Jun 1, 2023, 6:29:47 PM (13 months ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ast-experimental, master
Children:
24d6572, ded6c2a6
Parents:
1803d4d
Message:

remove reference to symbol table in unify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/ReplaceTypedef.cpp

    r1803d4d r251ce80  
    150150                // constant/enumerator. The effort required to fix this corner case
    151151                // likely outweighs the utility of allowing it.
    152                 if ( !ResolvExpr::typesCompatible( t0, t1, ast::SymbolTable() )
     152                if ( !ResolvExpr::typesCompatible( t0, t1 )
    153153                                || ast::Pass<VarLenChecker>::read( t0 )
    154154                                || ast::Pass<VarLenChecker>::read( t1 ) ) {
Note: See TracChangeset for help on using the changeset viewer.