Skip to content

Commit 72f86a4

Browse files
author
git apple-llvm automerger
committed
Merge commit '04d4be501dc8' from llvm.org/release/21.x into stable/21.x
2 parents a87ac06 + 418ac47 commit 72f86a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/libclang/libclang.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ LLVM_20 {
568568
clang_getTypePrettyPrinted;
569569
clang_isBeforeInTranslationUnit;
570570
clang_visitCXXBaseClasses;
571-
clang_visitCXXMethods;
572571
};
573572

574573
LLVM_21 {
@@ -580,6 +579,7 @@ LLVM_21 {
580579
clang_experimental_DependencyScannerReproducerOptions_create;
581580
clang_experimental_DependencyScannerReproducerOptions_dispose;
582581
clang_experimental_DependencyScanner_generateReproducer;
582+
clang_visitCXXMethods;
583583
clang_Cursor_getGCCAssemblyTemplate;
584584
clang_Cursor_isGCCAssemblyHasGoto;
585585
clang_Cursor_getGCCAssemblyNumOutputs;

0 commit comments

Comments
 (0)