[clang] Remove duplicate API (PR #132776)

Jannick Kremer via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 27 05:56:16 PDT 2025


================
@@ -423,12 +423,6 @@ LLVM_17 {
     clang_getCursorUnaryOperatorKind;
 };
 
-LLVM_19 {
-  global:
-    clang_Cursor_getBinaryOpcode;
-    clang_Cursor_getBinaryOpcodeStr;
-};
-
----------------
DeinAlptraum wrote:

I don't think we should touch sections of this file from older versions, but I'm still not entirely sure what it does tbh. @Endilll what do you think

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


More information about the cfe-commits mailing list