[all-commits] [llvm/llvm-project] 3891b4: Revert "[analyzer][NFCI] Allow clients of NoStateC...
Kristóf Umann via All-commits
all-commits at lists.llvm.org
Thu Sep 2 08:20:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3891b45a06f9192b7185d03269717cd60dfdea13
https://github.com/llvm/llvm-project/commit/3891b45a06f9192b7185d03269717cd60dfdea13
Author: Kristóf Umann <dkszelethus at gmail.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
M clang/unittests/StaticAnalyzer/CMakeLists.txt
M clang/unittests/StaticAnalyzer/CallEventTest.cpp
M clang/unittests/StaticAnalyzer/CheckerRegistration.h
M clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp
R clang/unittests/StaticAnalyzer/NoStateChangeFuncVisitorTest.cpp
M clang/unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
Log Message:
-----------
Revert "[analyzer][NFCI] Allow clients of NoStateChangeFuncVisitor to check entire function calls, rather than each ExplodedNode in it"
This reverts commit 7d0e62bfb773c68d2bc8831fddcc8536f4613190.
More information about the All-commits
mailing list