[all-commits] [llvm/llvm-project] 26bbde: [clang][dataflow] Move dataflow testing support ou...

Stanislav Gatev via All-commits all-commits at lists.llvm.org
Wed Mar 9 07:33:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 26bbde2612b2042c3a8a31aed7f45e065c3dd413
      https://github.com/llvm/llvm-project/commit/26bbde2612b2042c3a8a31aed7f45e065c3dd413
  Author: Stanislav Gatev <sgatev at google.com>
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
    A clang/include/clang/Analysis/FlowSensitive/Testing/DataflowAnalysis.h
    A clang/include/clang/Analysis/FlowSensitive/Testing/NoopAnalysis.h
    M clang/lib/Analysis/FlowSensitive/CMakeLists.txt
    A clang/lib/Analysis/FlowSensitive/Testing/CMakeLists.txt
    A clang/lib/Analysis/FlowSensitive/Testing/DataflowAnalysis.cpp
    M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
    M clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp
    M clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
    M clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
    R clang/unittests/Analysis/FlowSensitive/NoopAnalysis.h
    M clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
    A clang/unittests/Analysis/FlowSensitive/Testing/CMakeLists.txt
    A clang/unittests/Analysis/FlowSensitive/Testing/DataflowCheckerTest.cpp
    R clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
    R clang/unittests/Analysis/FlowSensitive/TestingSupport.h
    R clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
    M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
    M clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Move dataflow testing support out of unittests

This enables tests out of clang/unittests/Analysis/FlowSensitive to
use the testing support utilities.

Reviewed-by: ymandel, gribozavr2

Differential Revision: https://reviews.llvm.org/D121285




More information about the All-commits mailing list