================
@@ -2474,6 +2487,38 @@ def is_assignment(self):
     Comma = 33
 
 
+class UnaryOperator(BaseEnumeration):
+    """
+    Describes the UnaryOperator of a declaration
----------------
ItsRumo wrote:

Sorry, this is also present in the binary operator and I didn't double check. I 
have adjusted the docstrings.

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