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

Thomas Wucher via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 3 04:12:42 PDT 2024


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

I must have missed this when rebasing the patch, sorry. If it needs to be fixed I can of course provide a follow up pull request next week.

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


More information about the cfe-commits mailing list