================
@@ -2474,6 +2484,36 @@ def is_assignment(self):
     Comma = 33
 
 
+class UnaryOperator(BaseEnumeration):
+    """A UnaryOperator describes an expression's of unary operator kind."""
----------------
Endilll wrote:

> what do you think about using the same docstring as the C enum ("Describes 
> the kind of unary operators.")?

SGTM

https://github.com/llvm/llvm-project/pull/219983
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to