Changeset 8f06277 for src/ResolvExpr


Ignore:
Timestamp:
Feb 17, 2023, 3:40:15 PM (21 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
56bb2e1
Parents:
14f6a3cb
Message:

Some clean-up in Common/utility.h. Deleted some unused declarations and moved others to one of two new headers.

Location:
src/ResolvExpr
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CurrentObject.cc

    r14f6a3cb r8f06277  
    2626#include "AST/Init.hpp"                // for Designation
    2727#include "AST/Node.hpp"                // for readonly
    28 #include "AST/Print.hpp"                // for readonly
     28#include "AST/Print.hpp"               // for readonly
    2929#include "AST/Type.hpp"
     30#include "Common/Eval.h"               // for eval
    3031#include "Common/Indenter.h"           // for Indenter, operator<<
    3132#include "Common/SemanticError.h"      // for SemanticError
  • src/ResolvExpr/ResolveAssertions.cc

    r14f6a3cb r8f06277  
    3030#include "Common/FilterCombos.h"    // for filterCombos
    3131#include "Common/Indenter.h"        // for Indenter
    32 #include "Common/utility.h"         // for sort_mins
    3332#include "GenPoly/GenPoly.h"        // for getFunctionType
    3433#include "ResolvExpr/AlternativeFinder.h"  // for computeConversionCost
  • src/ResolvExpr/Resolver.cc

    r14f6a3cb r8f06277  
    3838#include "AST/SymbolTable.hpp"
    3939#include "AST/Type.hpp"
     40#include "Common/Eval.h"                 // for eval
    4041#include "Common/PassVisitor.h"          // for PassVisitor
    4142#include "Common/SemanticError.h"        // for SemanticError
  • src/ResolvExpr/Resolver.h

    r14f6a3cb r8f06277  
    3434        class Decl;
    3535        class DeletedExpr;
     36        class Expr;
    3637        class Init;
    3738        class StmtExpr;
Note: See TracChangeset for help on using the changeset viewer.