Skip to content

Commit c3e2802

Browse files
author
git apple-llvm automerger
committed
Merge commit 'dd7710b7fda8' from llvm.org/release/21.x into stable/21.x
2 parents f100e7b + dd7710b commit c3e2802

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/tools/libclang/libclang.map

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ LLVM_13 {
387387
clang_getRange;
388388
clang_getRangeEnd;
389389
clang_getRangeStart;
390+
clang_getRemappings;
391+
clang_getRemappingsFromFileList;
390392
clang_getResultType;
391393
clang_getSkippedRanges;
392394
clang_getSpecializedCursorTemplate;
@@ -447,6 +449,9 @@ LLVM_13 {
447449
clang_parseTranslationUnit;
448450
clang_parseTranslationUnit2;
449451
clang_parseTranslationUnit2FullArgv;
452+
clang_remap_dispose;
453+
clang_remap_getFilenames;
454+
clang_remap_getNumFiles;
450455
clang_reparseTranslationUnit;
451456
clang_saveTranslationUnit;
452457
clang_sortCodeCompletionResults;

0 commit comments

Comments
 (0)