[PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface

guibufolo+llvm@gmail.com via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 4 02:35:12 PST 2015


RedX2501 marked 2 inline comments as done.

================
Comment at: bindings/python/tests/cindex/test_cursor.py:333
@@ +332,3 @@
+        # not exposed yet
+        # ".*" : BinaryOperator.PtrMemD,
+        "->*" : BinaryOperator.PtrMemI,
----------------
kfunk wrote:
> What about this? How is it not exposed? 
> 
> This works in the C++ test apparently(?)
Yeah, I was surprised too. I have no idea why one is exposed and the other not...

But i don't feel like investigating it as I don't need it and this operator is not used often.


http://reviews.llvm.org/D10833





More information about the cfe-commits mailing list