mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
* 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:
parent
113bfd83e6
commit
7417bb4a9e
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -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)
|
||||
|
3
debian/libclang1-X.Y.symbols.in
vendored
3
debian/libclang1-X.Y.symbols.in
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user