[all-commits] [llvm/llvm-project] a4f8e3: Revert "[clang][dataflow] Replace `transfer(const ...
weiyi via All-commits
all-commits at lists.llvm.org
Fri Sep 16 11:09:21 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4f8e3d24087356ba75eb6f3bd4e1af436c83270
https://github.com/llvm/llvm-project/commit/a4f8e3d24087356ba75eb6f3bd4e1af436c83270
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:
-----------
Revert "[clang][dataflow] Replace `transfer(const Stmt *, ...)` with `transfer(const CFGElement *, ...)` in `Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel`."
This reverts commit 41f235d26887946f472d71a8417507c35d5f9074.
Details at https://lab.llvm.org/buildbot#builders/139/builds/28171.
Breakage due to API change.
More information about the All-commits
mailing list