Skip to content

Commit dd7710b

Browse files
Sirraidetru
authored andcommitted
[Clang] Reintroduce obsolete symbols in libclang.map (#149190)
This is a follow-up to #149079. Seems like we forgot about the fact that the symbols also need to be in `libclang.map`. (cherry picked from commit 7e0fde0)
1 parent ad90510 commit dd7710b

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
@@ -327,6 +327,8 @@ LLVM_13 {
327327
clang_getRange;
328328
clang_getRangeEnd;
329329
clang_getRangeStart;
330+
clang_getRemappings;
331+
clang_getRemappingsFromFileList;
330332
clang_getResultType;
331333
clang_getSkippedRanges;
332334
clang_getSpecializedCursorTemplate;
@@ -387,6 +389,9 @@ LLVM_13 {
387389
clang_parseTranslationUnit;
388390
clang_parseTranslationUnit2;
389391
clang_parseTranslationUnit2FullArgv;
392+
clang_remap_dispose;
393+
clang_remap_getFilenames;
394+
clang_remap_getNumFiles;
390395
clang_reparseTranslationUnit;
391396
clang_saveTranslationUnit;
392397
clang_sortCodeCompletionResults;

0 commit comments

Comments
 (0)