Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.cc

    r18e683b rb8524ca  
    11541154                        return findKindExpression( untyped, symtab );
    11551155                }
    1156         } // anonymous namespace
    1157 
     1156
     1157                /// Resolve `untyped` to the single expression whose candidate is the best match for the
     1158                /// given type.
    11581159                ast::ptr< ast::Expr > findSingleExpression(
    11591160                        const ast::Expr * untyped, const ast::Type * type, const ast::SymbolTable & symtab
     
    11661167                }
    11671168
    1168         namespace {
    11691169                /// Predicate for "Candidate has integral type"
    11701170                bool hasIntegralType( const Candidate & i ) {
Note: See TracChangeset for help on using the changeset viewer.