[all-commits] [llvm/llvm-project] a18cf8: [clang][dataflow] Remove stray lines from `Environ...

Yitzhak Mandelbaum via All-commits all-commits at lists.llvm.org
Mon Dec 19 07:29:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a18cf8d14f5552c13bd1cef112ba5b88a7fc75ff
      https://github.com/llvm/llvm-project/commit/a18cf8d14f5552c13bd1cef112ba5b88a7fc75ff
  Author: Yitzhak Mandelbaum <yitzhakm at google.com>
  Date:   2022-12-19 (Mon, 19 Dec 2022)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp

  Log Message:
  -----------
  [clang][dataflow] Remove stray lines from `Environment::join`

Removes an assertion and a useless line. The assertion seems left over from
earlier debugging and the line that follows is a stray line.

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




More information about the All-commits mailing list