[PATCH] D133698: [clang][dataflow] Implement transferBranch
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 26 06:25:34 PDT 2022
martong added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferBranchTest.cpp:73
+ .getName())}),
+ /*VerifyResults=*/Match),
+ llvm::Succeeded());
----------------
ymandel wrote:
> nit: maybe just rename the parameter to `VerifyResults` (and then no need for the comment)?
Good idea, I've renamed it within the commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133698/new/
https://reviews.llvm.org/D133698
More information about the cfe-commits
mailing list