[all-commits] [llvm/llvm-project] 63fac4: Revert "[clang][dataflow] Return a solution from t...

Dmitri Gribenko via All-commits all-commits at lists.llvm.org
Thu Jul 7 12:51:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63fac424e674bbd77f63e2c76cda9ae28552916a
      https://github.com/llvm/llvm-project/commit/63fac424e674bbd77f63e2c76cda9ae28552916a
  Author: Dmitri Gribenko <gribozavr at gmail.com>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
    M clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
    M clang/include/clang/Analysis/FlowSensitive/Solver.h
    M clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
    M clang/unittests/Analysis/FlowSensitive/SolverTest.cpp

  Log Message:
  -----------
  Revert "[clang][dataflow] Return a solution from the solver when `Constraints` are `Satisfiable`."

This reverts commit 19e21887eb18aa019000c2384ea7f2c91d937489. I
accidentally landed the non-final version of the patch that used
decomposition declarations (not yet usable in LLVM/Clang source).




More information about the All-commits mailing list