[PATCH] D65575: [analyzer] Mention whether an event is about a condition in a bug report part 1

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 1 07:11:36 PDT 2019


Szelethus created this revision.
Szelethus added reviewers: NoQ, xazax.hun, Charusso, baloghadamsoftware, dcoughlin, rnkovacs.
Szelethus added a project: clang.
Herald added subscribers: cfe-commits, gamesh411, dkrupp, donat.nagy, mikhail.ramalho, a.sidorin, szepet, whisperity.

Can't add much more to the title! This is part 1, the case where the collapse point isn't in the condition point is the responsibility of `ConditionBRVisitor`, which I'm addressing in part 2.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65575

Files:
  clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  clang/test/Analysis/track-control-dependency-conditions.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65575.212804.patch
Type: text/x-patch
Size: 5556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190801/6c77c561/attachment.bin>


More information about the cfe-commits mailing list