Revert "[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check entire...
authorJessica Paquette <jpaquette@apple.com>
Fri, 3 Sep 2021 17:28:07 +0000 (10:28 -0700)
committerJessica Paquette <jpaquette@apple.com>
Fri, 3 Sep 2021 17:28:07 +0000 (10:28 -0700)
commitb9e57e030560fef9ddc51caca8bacfefccdf8a62
tree9ee01ae9dac22a6bc2022c90cf4a3ce6c1919333
parentef2cdfe393d01cd4935c806387ac912b5a2c8ced
Revert "[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check entire function calls, rather than each ExplodedNode in it"

This reverts commit a375bfb5b729e0f3ca8d5e001f423fa89e74de87.

This was causing a bot to crash:

https://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/23380/
clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
clang/unittests/StaticAnalyzer/CMakeLists.txt
clang/unittests/StaticAnalyzer/CallEventTest.cpp
clang/unittests/StaticAnalyzer/CheckerRegistration.h
clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp
clang/unittests/StaticAnalyzer/NoStateChangeFuncVisitorTest.cpp [deleted file]
clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp