[PATCH] D65725: [analyzer] Mention whether an event is about a condition in a bug report part 2
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 4 12:23:28 PDT 2019
Szelethus created this revision.
Szelethus added reviewers: NoQ, xazax.hun, baloghadamsoftware, Charusso, rnkovacs, dcoughlin.
Szelethus added a project: clang.
Herald added subscribers: cfe-commits, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, szepet, whisperity.
Szelethus added a parent revision: D65724: [analyzer] Don't make ConditionBRVisitor events prunable when the condition is an interesting field.
In D65724 <https://reviews.llvm.org/D65724>, I do a pretty thorough explanation about how I'm solving this problem, I think that summary nails whats happening here ;)
The actual message is kinda dumb here, but I figured that we'd have a couple rounds on word smithing anyways, so I uploaded this as is. Its probably good enough to gather some analysis data with.
Also, with some luck, this should the final technical patch regarding the first part of my GSoC ;)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D65725
Files:
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/test/Analysis/track-control-dependency-conditions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65725.213262.patch
Type: text/x-patch
Size: 7958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190804/8ee438b9/attachment.bin>
More information about the cfe-commits
mailing list