[all-commits] [llvm/llvm-project] fe0a55: [analyzer][NFC] Add unittest for FalsePositiveRefu...

Balazs Benics via All-commits all-commits at lists.llvm.org
Mon Jun 29 09:19:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fe0a555aa3c6f37a5b5d79942215b07587893efa
      https://github.com/llvm/llvm-project/commit/fe0a555aa3c6f37a5b5d79942215b07587893efa
  Author: Balazs Benics <benicsbalazs at gmail.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    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