[all-commits] [llvm/llvm-project] e0cc28: Revert "[clang][dataflow] Add analysis that detect...

Stanislav Gatev via All-commits all-commits at lists.llvm.org
Wed Mar 9 01:52:01 PST 2022


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

  Changed paths:
    R clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h
    R clang/include/clang/Analysis/FlowSensitive/TestingSupport.h
    M clang/lib/Analysis/FlowSensitive/CMakeLists.txt
    R clang/lib/Analysis/FlowSensitive/Models/CMakeLists.txt
    R clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
    R clang/lib/Analysis/FlowSensitive/TestingSupport.cpp
    M clang/unittests/Analysis/FlowSensitive/CMakeLists.txt
    M clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp
    M clang/unittests/Analysis/FlowSensitive/MatchSwitchTest.cpp
    R clang/unittests/Analysis/FlowSensitive/Models/CMakeLists.txt
    R clang/unittests/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModelTest.cpp
    M clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp
    M clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp
    A clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
    A clang/unittests/Analysis/FlowSensitive/TestingSupport.h
    M clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
    M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
    M clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp

  Log Message:
  -----------
  Revert "[clang][dataflow] Add analysis that detects unsafe accesses to optionals"

This reverts commit ce205cffdfa0f16ce9441ba46fa43e23cecf8be7.




More information about the All-commits mailing list