Bläddra i källkod

[cpp] Some missing AssignOperators

Hugh 9 år sedan
förälder
incheckning
5eee4f6591
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      gencpp.ml

+ 3 - 0
gencpp.ml

@@ -2437,6 +2437,9 @@ let gen_cpp_ast_expression_tree ctx tree =
       | OpMult -> "*="
       | OpDiv -> "/="
       | OpSub -> "-="
+      | OpAnd -> "&="
+      | OpOr -> "|="
+      | OpXor -> "^="
       | OpAssign -> "="
       | OpShl -> "<<="
       | OpShr -> ">>="