Author: Sirraide
Date: 2025-07-17T17:59:42+02:00
New Revision: dd7710b7fda80f718f84ec7bb3ef69ec28e92614

URL: 
https://github.com/llvm/llvm-project/commit/dd7710b7fda80f718f84ec7bb3ef69ec28e92614
DIFF: 
https://github.com/llvm/llvm-project/commit/dd7710b7fda80f718f84ec7bb3ef69ec28e92614.diff

LOG: [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 7e0fde0c2f6b0b9d727ce9196956b36e91961ac4)

Added: 
    

Modified: 
    clang/tools/libclang/libclang.map

Removed: 
    


################################################################################
diff  --git a/clang/tools/libclang/libclang.map 
b/clang/tools/libclang/libclang.map
index 49c472e3833fd..3d9d2e268a611 100644
--- a/clang/tools/libclang/libclang.map
+++ b/clang/tools/libclang/libclang.map
@@ -327,6 +327,8 @@ LLVM_13 {
     clang_getRange;
     clang_getRangeEnd;
     clang_getRangeStart;
+    clang_getRemappings;
+    clang_getRemappingsFromFileList;
     clang_getResultType;
     clang_getSkippedRanges;
     clang_getSpecializedCursorTemplate;
@@ -387,6 +389,9 @@ LLVM_13 {
     clang_parseTranslationUnit;
     clang_parseTranslationUnit2;
     clang_parseTranslationUnit2FullArgv;
+    clang_remap_dispose;
+    clang_remap_getFilenames;
+    clang_remap_getNumFiles;
     clang_reparseTranslationUnit;
     clang_saveTranslationUnit;
     clang_sortCodeCompletionResults;


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to