[all-commits] [llvm/llvm-project] 824b13: [clang][dataflow] Support range-for loops in fixpo...

Yitzhak Mandelbaum via All-commits all-commits at lists.llvm.org
Mon Aug 28 10:36:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 824b136591303a2bec62cc752ec89843fbbc0ca0
      https://github.com/llvm/llvm-project/commit/824b136591303a2bec62cc752ec89843fbbc0ca0
  Author: Yitzhak Mandelbaum <yitzhakm at google.com>
  Date:   2023-08-28 (Mon, 28 Aug 2023)

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

  Log Message:
  -----------
  [clang][dataflow] Support range-for loops in fixpoint algorithm.

Adds support for recognizing range-for loops in the main algorithm for computing
the model fixpoint.

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




More information about the All-commits mailing list