Ignore:
Timestamp:
Aug 30, 2018, 1:00:41 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
bcc0946
Parents:
a715b5c
Message:

Refactor FindSpecialDeclarations? and associated special declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    ra715b5c r2bfc6b2  
    3131#include "ResolvExpr/TypeEnvironment.h"  // for TypeEnvironment
    3232#include "Resolver.h"
    33 #include "SymTab/Autogen.h"              // for SizeType
    3433#include "SymTab/Indexer.h"              // for Indexer
    3534#include "SynTree/Declaration.h"         // for ObjectDecl, TypeDecl, Declar...
     
    4342#include "typeops.h"                     // for extractResultType
    4443#include "Unify.h"                       // for unify
     44#include "Validate/FindSpecialDecls.h"   // for SizeType
    4545
    4646using namespace std;
     
    374374        void Resolver::handlePtrType( PtrType * type ) {
    375375                if ( type->get_dimension() ) {
    376                         findSingleExpression( type->dimension, SymTab::SizeType->clone(), indexer );
     376                        findSingleExpression( type->dimension, Validate::SizeType->clone(), indexer );
    377377                }
    378378        }
Note: See TracChangeset for help on using the changeset viewer.