From c519ef86426ae41192d08f246a6284f79d951fc4 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 9 Sep 2015 18:54:16 +0000 Subject: [PATCH] [libclang] Add missing clang_CompileCommand_* functions in libclang.exports. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247176 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/libclang/libclang.exports | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index f6a7175579..44f3836a11 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -297,6 +297,8 @@ clang_CompileCommands_dispose clang_CompileCommands_getSize clang_CompileCommands_getCommand clang_CompileCommand_getDirectory +clang_CompileCommand_getMappedSourceContent +clang_CompileCommand_getMappedSourcePath clang_CompileCommand_getNumArgs clang_CompileCommand_getArg clang_visitChildren -- 2.40.0