* Add three new symbols in libclang1

- clang_CompileCommand_getFilename@Base
  - clang_CompileCommand_getMappedSourceContent@Base 3.8
  - clang_CompileCommand_getMappedSourcePath@Base 3.8
This commit is contained in:
Sylvestre Ledru 2015-10-20 08:40:21 +00:00
parent 113bfd83e6
commit 7417bb4a9e
2 changed files with 13 additions and 1 deletions

11
debian/changelog vendored
View File

@ -1,4 +1,13 @@
llvm-toolchain-snapshot (1:3.8~svn247576-2) UNRELEASED; urgency=medium
llvm-toolchain-snapshot (1:3.8~svn250696-2) UNRELEASED; urgency=medium
* Add three new symbols in libclang1
- clang_CompileCommand_getFilename@Base
- clang_CompileCommand_getMappedSourceContent@Base 3.8
- clang_CompileCommand_getMappedSourcePath@Base 3.8
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Oct 2015 10:39:51 +0200
llvm-toolchain-snapshot (1:3.8~svn250696-1) unstable; urgency=medium
* Ship run-clang-tidy.py & lang-tidy-diff.py
* Remove macho-dump from LLVM (removed by upstream r248302)

View File

@ -21,6 +21,9 @@ libclang-@LLVM_VERSION@.so.1 libclang1-@LLVM_VERSION@ #MINVER#
clang_CompilationDatabase_getCompileCommands@Base 3.2
clang_CompileCommand_getArg@Base 3.2
clang_CompileCommand_getDirectory@Base 3.2
clang_CompileCommand_getFilename@Base 3.8
clang_CompileCommand_getMappedSourceContent@Base 3.8
clang_CompileCommand_getMappedSourcePath@Base 3.8
clang_CompileCommand_getNumArgs@Base 3.2
clang_CompileCommands_dispose@Base 3.2
clang_CompileCommands_getCommand@Base 3.2