[analyzer] Change FindLastStoreBRVisitor to use Tracker
authorValeriy Savchenko <vsavchenko@apple.com>
Thu, 10 Jun 2021 10:57:39 +0000 (13:57 +0300)
committerValeriy Savchenko <vsavchenko@apple.com>
Fri, 11 Jun 2021 09:49:03 +0000 (12:49 +0300)
commitb6bcf953220db7880f2bb508f6f5c02b41078b2c
tree8abe92205c2924447a3abadaab8c3497e62824b9
parent967c06b3e95ba776fb06ad0ea5aa699cf2e1b59a
[analyzer] Change FindLastStoreBRVisitor to use Tracker

Additionally, this commit completely removes any uses of
FindLastStoreBRVisitor from the analyzer except for the
one in Tracker.

The next step is actually removing this class altogether
from the header file.

Differential Revision: https://reviews.llvm.org/D103618
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp