[all-commits] [llvm/llvm-project] e22cae: [analyzer][NFC] Add unittest for FalsePositiveRefu...
Balazs Benics via All-commits
all-commits at lists.llvm.org
Mon Jun 29 07:58:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e22cae32c5c4cf8c49b674cea34c105a6cb015f9
https://github.com/llvm/llvm-project/commit/e22cae32c5c4cf8c49b674cea34c105a6cb015f9
Author: Balazs Benics <benicsbalazs at gmail.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
M clang/unittests/StaticAnalyzer/CMakeLists.txt
M clang/unittests/StaticAnalyzer/CheckerRegistration.h
A clang/unittests/StaticAnalyzer/FalsePositiveRefutationBRVisitorTest.cpp
Log Message:
-----------
[analyzer][NFC] Add unittest for FalsePositiveRefutationBRVisitor
Adds the test infrastructure for testing the FalsePositiveRefutationBRVisitor.
It will be extended in the D78457 patch, which demonstrates and fixes a bug in
the visitor.
Differential Revision: https://reviews.llvm.org/D78704
More information about the All-commits
mailing list