Changes in src/Parser/ExpressionNode.cc [59c8dff:ca9d65e]
- File:
-
- 1 edited
-
src/Parser/ExpressionNode.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ExpressionNode.cc
r59c8dff rca9d65e 690 690 } // build_unary_val 691 691 692 ast::Expr * build_enum_pos_expr( const CodeLocation & location, ast::Expr * expr_node ) {693 // return nullptr694 return new ast::EnumPosExpr( location, std::move( expr_node ) );695 }696 697 692 ast::Expr * build_binary_val( const CodeLocation & location, 698 693 OperKinds op,
Note:
See TracChangeset
for help on using the changeset viewer.