[clang] Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface (PR #98489)

Jannick Kremer via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 3 05:41:32 PDT 2024


================
@@ -54,6 +54,8 @@ LLVM_13 {
     clang_Cursor_Evaluate;
     clang_Cursor_getArgument;
     clang_Cursor_getBriefCommentText;
+    clang_Cursor_getBinaryOpcode;
+    clang_Cursor_getBinaryOpcodeStr;
----------------
DeinAlptraum wrote:

I will open a fix PR rightaway

https://github.com/llvm/llvm-project/pull/98489


More information about the cfe-commits mailing list