[all-commits] [llvm/llvm-project] 41f235: [clang][dataflow] Replace `transfer(const Stmt *, ...

weiyi via All-commits all-commits at lists.llvm.org
Fri Sep 16 10:55:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41f235d26887946f472d71a8417507c35d5f9074
      https://github.com/llvm/llvm-project/commit/41f235d26887946f472d71a8417507c35d5f9074
  Author: Wei Yi Tee <wyt at google.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
    M clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h
    M clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
    M clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp

  Log Message:
  -----------
  [clang][dataflow] Replace `transfer(const Stmt *, ...)` with `transfer(const CFGElement *, ...)` in `Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel`.

Reviewed By: gribozavr2, sgatev

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




More information about the All-commits mailing list