[clang] Remove duplicate API (PR #132776)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 01:29:07 PDT 2025
================
@@ -423,12 +423,6 @@ LLVM_17 {
clang_getCursorUnaryOperatorKind;
};
-LLVM_19 {
- global:
- clang_Cursor_getBinaryOpcode;
- clang_Cursor_getBinaryOpcodeStr;
-};
-
----------------
Jugst3r wrote:
I think we have to remove it as this defines the list of symbols exposed in the DLL. As those symbols no longer exist with this MR, they must be removed
https://github.com/llvm/llvm-project/pull/132776
More information about the cfe-commits
mailing list