Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.h

    r18e683b r234b1cb  
    3535        class StmtExpr;
    3636        class SymbolTable;
    37         class Type;
    3837        class TypeEnvironment;
    3938} // namespace ast
     
    6261        ast::ptr< ast::Expr > resolveInVoidContext(
    6362                const ast::Expr * expr, const ast::SymbolTable & symtab, ast::TypeEnvironment & env );
    64         /// Resolve `untyped` to the single expression whose candidate is the best match for the
    65         /// given type.
    66         ast::ptr< ast::Expr > findSingleExpression(
    67                 const ast::Expr * untyped, const ast::Type * type, const ast::SymbolTable & symtab );
    6863        /// Resolves a constructor init expression
    6964        ast::ptr< ast::Init > resolveCtorInit(
Note: See TracChangeset for help on using the changeset viewer.