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