[clang][dataflow] Replace `transfer(const Stmt *, ...)` with `transfer(const CFGEleme...
authorWei Yi Tee <wyt@google.com>
Fri, 16 Sep 2022 17:38:55 +0000 (17:38 +0000)
committerWei Yi Tee <wyt@google.com>
Fri, 16 Sep 2022 17:54:12 +0000 (17:54 +0000)
commit41f235d26887946f472d71a8417507c35d5f9074
treea9ae0ba05336d2b8bed45ed8f09e5d6841fa6e22
parent8cc3bfd13f3135985e5b15ee65f2fc43239fb9fe
[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
clang/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h
clang/lib/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.cpp
clang/unittests/Analysis/FlowSensitive/UncheckedOptionalAccessModelTest.cpp