Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.h

    r18e683b r490fb92e  
    6666        ast::ptr< ast::Expr > findSingleExpression(
    6767                const ast::Expr * untyped, const ast::Type * type, const ast::SymbolTable & symtab );
     68        ast::ptr< ast::Expr > findVoidExpression(
     69                const ast::Expr * untyped, const ast::SymbolTable & symtab);
    6870        /// Resolves a constructor init expression
    6971        ast::ptr< ast::Init > resolveCtorInit(
Note: See TracChangeset for help on using the changeset viewer.