From 7417bb4a9e8278fb36bee81b927bd1e0d3ab832e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 20 Oct 2015 08:40:21 +0000 Subject: [PATCH] * Add three new symbols in libclang1 - clang_CompileCommand_getFilename@Base - clang_CompileCommand_getMappedSourceContent@Base 3.8 - clang_CompileCommand_getMappedSourcePath@Base 3.8 --- debian/changelog | 11 ++++++++++- debian/libclang1-X.Y.symbols.in | 3 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b12ac40a..119710fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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) diff --git a/debian/libclang1-X.Y.symbols.in b/debian/libclang1-X.Y.symbols.in index c637b19a..9004a98d 100644 --- a/debian/libclang1-X.Y.symbols.in +++ b/debian/libclang1-X.Y.symbols.in @@ -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