[all-commits] [llvm/llvm-project] 8207c2: [clang][dataflow] Handle `for` statements without ...

Stanislav Gatev via All-commits all-commits at lists.llvm.org
Thu Jun 30 00:01:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8207c2a660303272ad8ecb1807407f029466ff49
      https://github.com/llvm/llvm-project/commit/8207c2a660303272ad8ecb1807407f029466ff49
  Author: Stanislav Gatev <sgatev at google.com>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
    M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Handle `for` statements without conditions

Handle `for` statements without conditions.

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

Reviewed-by: xazax.hun, gribozavr2, li.zhe.hua




More information about the All-commits mailing list