Use the option stable '-analyzer-config stable-report-filename=true'

to the llvm scan-build reports
This commit is contained in:
Sylvestre Ledru 2014-07-02 10:10:31 +00:00
parent b1c638c6ee
commit 8228f6e7ab
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
llvm-toolchain-snapshot (1:3.5~svn211669-2) unstable; urgency=medium
* Remove useless dependency on g++
* Use the option stable '-analyzer-config stable-report-filename=true'
to the llvm scan-build reports
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 29 Jun 2014 19:13:05 +0200

2
debian/rules vendored
View File

@ -85,7 +85,7 @@ ifneq (,$(filter scan-build,$(DEB_BUILD_OPTIONS)))
# The package are installed through the variable declarations:
# OTHERMIRROR="deb http://llvm.org/apt/unstable/ llvm-toolchain main"
# EXTRAPACKAGES="clang-3.5"
PRE_PROCESS=scan-build
PRE_PROCESS="scan-build -analyzer-config stable-report-filename=true"
PRE_PROCESS_CONF=scan-build
# no need to run tests in this case
DEB_BUILD_OPTIONS+=" nocheck"