mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 06:05:02 +00:00
* 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:
parent
7417bb4a9e
commit
eb1c84a2a2
17
debian/changelog
vendored
17
debian/changelog
vendored
@ -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
|
||||
|
2
debian/clang-X.Y.install.in
vendored
2
debian/clang-X.Y.install.in
vendored
@ -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/
|
||||
|
3
debian/clang-tidy-X.Y.install.in
vendored
3
debian/clang-tidy-X.Y.install.in
vendored
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user