Ignore:
Timestamp:
Jul 12, 2022, 3:40:38 PM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
d4b37ab
Parents:
1931bb01
Message:

Removed the validate sub-pass interface. This also showed an extra include in CandidateFinder?, also removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.cpp

    r1931bb01 rb9f8274  
    4141#include "Common/utility.h"       // for move, copy
    4242#include "SymTab/Mangler.h"
    43 #include "SymTab/Validate.h"      // for validateType
    4443#include "Tuples/Tuples.h"        // for handleTupleAssignment
    4544#include "InitTweak/InitTweak.h"  // for getPointerBase
     
    10911090                        assert( toType );
    10921091                        toType = resolveTypeof( toType, context );
    1093                         // toType = SymTab::validateType( castExpr->location, toType, symtab );
    10941092                        toType = adjustExprType( toType, tenv, symtab );
    10951093
     
    15821580                                // calculate target type
    15831581                                const ast::Type * toType = resolveTypeof( initAlt.type, context );
    1584                                 // toType = SymTab::validateType( initExpr->location, toType, symtab );
    15851582                                toType = adjustExprType( toType, tenv, symtab );
    15861583                                // The call to find must occur inside this loop, otherwise polymorphic return
Note: See TracChangeset for help on using the changeset viewer.