[PATCH] D103618: [analyzer] Change FindLastStoreBRVisitor to use Tracker

Valeriy Savchenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 14 04:48:16 PDT 2021


vsavchenko added inline comments.


================
Comment at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:367-368
+/// \param Origin Only adds notes when the last store happened in a
+///        different stackframe to this one. Disregarded if the tracking kind
+///        is thorough.
+///        This is useful, because for non-tracked regions, notes about
----------------
Szelethus wrote:
> Different or nested? (D64272)
I'm not sure I understand this question, but it is simply a refactoring, all parameters come from previous interfaces.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103618/new/

https://reviews.llvm.org/D103618



More information about the cfe-commits mailing list