[analyzer] Hide and rename FindLastStoreBRVisitor
authorValeriy Savchenko <vsavchenko@apple.com>
Thu, 3 Jun 2021 15:54:32 +0000 (18:54 +0300)
committerValeriy Savchenko <vsavchenko@apple.com>
Fri, 11 Jun 2021 09:49:03 +0000 (12:49 +0300)
commit87a5c4d3745a06ec0594fa3f7aaf7f58a53315ec
treea4c52bd585ab8ffb33e3af01f0296e89f6f8c4af
parentb6bcf953220db7880f2bb508f6f5c02b41078b2c
[analyzer] Hide and rename FindLastStoreBRVisitor

This component should not be used directly at this point and it is
simply an implementation detail, that's why StoreSiteFinder is
out of the header file.

Differential Revision: https://reviews.llvm.org/D103624
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp