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

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 3 05:44:07 PDT 2024


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

Make sure to fix this on `main` first, then we can initiate backporting.

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


More information about the cfe-commits mailing list