* Ship run-clang-tidy.py & clang-tidy-diff.py in clang-tidy-3.8

* 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 10:13:25 +00:00
parent 7417bb4a9e
commit eb1c84a2a2
3 changed files with 9 additions and 13 deletions

17
debian/changelog vendored
View File

@ -1,20 +1,15 @@
llvm-toolchain-snapshot (1:3.8~svn250696-2) UNRELEASED; urgency=medium
llvm-toolchain-snapshot (1:3.8~svn250696-1) unstable; urgency=medium
* Remove macho-dump from LLVM (removed by upstream r248302)
* Introduce clang-tidy-3.8 as a separate package. Replaces clang-modernize
* Ship run-clang-tidy.py & clang-tidy-diff.py in clang-tidy-3.8
* Remove cpp11-migrate-3.8 package. Has been replaced by clang-modernize
for a while (which will be replaced by clang-tidy)
* 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)
* Introduce clang-tidy-3.8 as a separate package. Replaces clang-modernize
* Remove cpp11-migrate-3.8 package. Has been replaced by clang-modernize
for a while (which will be replaced by clang-tidy)
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 21 Sep 2015 13:16:35 +0200
llvm-toolchain-snapshot (1:3.8~svn247576-1) unstable; urgency=medium

View File

@ -7,8 +7,6 @@ usr/lib/llvm-@LLVM_VERSION@/bin/clang-apply-replacements
usr/lib/llvm-@LLVM_VERSION@/bin/pp-trace
usr/lib/llvm-@LLVM_VERSION@/bin/clang-query
usr/lib/llvm-@LLVM_VERSION@/bin/clang-rename
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-clang-tidy.py
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-tidy-diff.py
usr/bin/c-index-test*
tools/clang/tools/scan-build-@LLVM_VERSION@ usr/share/clang/

View File

@ -1,2 +1,5 @@
usr/lib/llvm-@LLVM_VERSION@/bin/clang-tidy
usr/lib/llvm-@LLVM_VERSION@/share/clang/run-clang-tidy.py
usr/lib/llvm-@LLVM_VERSION@/share/clang/clang-tidy-diff.py
usr/bin/clang-tidy-@LLVM_VERSION@