r247176 - [libclang] Add missing clang_CompileCommand_* functions in libclang.exports.
Argyrios Kyrtzidis via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 9 11:54:16 PDT 2015
Author: akirtzidis
Date: Wed Sep 9 13:54:16 2015
New Revision: 247176
URL: http://llvm.org/viewvc/llvm-project?rev=247176&view=rev
Log:
[libclang] Add missing clang_CompileCommand_* functions in libclang.exports.
Modified:
cfe/trunk/tools/libclang/libclang.exports
Modified: cfe/trunk/tools/libclang/libclang.exports
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/libclang/libclang.exports?rev=247176&r1=247175&r2=247176&view=diff
==============================================================================
--- cfe/trunk/tools/libclang/libclang.exports (original)
+++ cfe/trunk/tools/libclang/libclang.exports Wed Sep 9 13:54:16 2015
@@ -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
More information about the cfe-commits
mailing list