Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Expr.hpp

    re6cf857f r7edd5c1  
    230230        /// Creates a new assignment expression
    231231        static UntypedExpr * createAssign( const CodeLocation & loc, const Expr * lhs, const Expr * rhs );
    232         /// Creates a new call of a variable.
    233         static UntypedExpr * createCall( const CodeLocation & loc,
    234                 const std::string & name, std::vector<ptr<Expr>> && args );
    235232
    236233        const Expr * accept( Visitor & v ) const override { return v.visit( this ); }
Note: See TracChangeset for help on using the changeset viewer.