[PATCH] D62883: [analyzer] Track conditions of terminator statements on which the reported node depends on
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 08:43:02 PDT 2019
Szelethus updated this revision to Diff 204554.
Szelethus added a comment.
- Resolved some reviewer comments
- Added a `BugReport` level set to avoid tracking the same condition (which would result in an almost infinite loop)
Aaaand I have some results to show: http://cc.elte.hu:15001/Default/#
Sort by "Storage date", and look for "LLVM/Clang/Clang-tools-extra BEFORE tracking conditions" and "LLVM/Clang/Clang-tools-extra AFTER tracking conditions". I didn't have much time to draw conclusions yet, but it's clear that the amount of extra notes are intolerable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62883/new/
https://reviews.llvm.org/D62883
Files:
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/test/Analysis/Inputs/expected-plists/cxx-for-range.cpp.plist
clang/test/Analysis/Inputs/expected-plists/edges-new.mm.plist
clang/test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist
clang/test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist
clang/test/Analysis/Inputs/expected-plists/unix-fns.c.plist
clang/test/Analysis/diagnostics/Inputs/expected-plists/undef-value-param.m.plist
clang/test/Analysis/diagnostics/no-store-func-path-notes.m
clang/test/Analysis/diagnostics/undef-value-param.m
clang/test/Analysis/track-control-dependency-conditions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62883.204554.patch
Type: text/x-patch
Size: 25887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190613/83c2f74d/attachment-0001.bin>
More information about the cfe-commits
mailing list