Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/GenImplicitCall.hpp

    r4e2f1b2 r0bd3faf  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // GenImplicitCall.hpp -- Generate code for implicit operator calls.
     7// GenImplicitCall.hpp --
    88//
    99// Author           : Andrew Beach
     
    2525/// Returns a generated call expression to function fname with srcParam and
    2626/// dstParam. Intended to be used with generated ?=?, ?{}, and ^?{} calls.
    27 const ast::Stmt * genImplicitCall(
     27ast::ptr<ast::Stmt> genImplicitCall(
    2828        InitTweak::InitExpander & srcParam, const ast::Expr * dstParam,
    2929        const CodeLocation & loc, const std::string & fname, const ast::ObjectDecl * obj,
Note: See TracChangeset for help on using the changeset viewer.