]> granicus.if.org Git - clang/commit
With the option '-analyzer-config stable-report-filename=true',
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 14 Jun 2014 08:45:32 +0000 (08:45 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 14 Jun 2014 08:45:32 +0000 (08:45 +0000)
commitb78303a715232f5a0fdcaa3d0676a5b58255fc3c
treea297676a7c6355d2e3cf4b8160b25a40a03b0ed3
parent71cb4aa32fab71646f152dcfcf8e2a04607e25b1
With the option '-analyzer-config stable-report-filename=true',
instead of report-XXXXXX.html, scan-build/clang analyzer generate
report-<filename>-<function, method name>-<function position>-<id>.html.
(id = i++ for several issues found in the same function/method)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210970 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
tools/scan-build/scan-build