Skip to content

Commit 1b313ae

Browse files
committed
Moved release note addition to a new LLVM_21 section.
1 parent c603ed2 commit 1b313ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

clang/tools/libclang/libclang.map

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,14 +431,18 @@ LLVM_19 {
431431

432432
LLVM_20 {
433433
global:
434-
clang_getFullyQualifiedName;
435434
clang_getOffsetOfBase;
436435
clang_getTypePrettyPrinted;
437436
clang_isBeforeInTranslationUnit;
438437
clang_visitCXXBaseClasses;
439438
clang_visitCXXMethods;
440439
};
441440

441+
LLVM_21 {
442+
global:
443+
clang_getFullyQualifiedName;
444+
};
445+
442446
# Example of how to add a new symbol version entry. If you do add a new symbol
443447
# version, please update the example to depend on the version you added.
444448
# LLVM_X {

0 commit comments

Comments
 (0)