[PATCH] D149640: [clang][dataflow] Change PruneTriviallyFalseEdges for building CFG
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 2 06:40:42 PDT 2023
gribozavr2 added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:2641
TEST(TransferTest, VarDeclInDoWhile) {
std::string Code = R"(
----------------
Could you update the test name to reflect what the test is checking now? (the comment that you added below)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149640/new/
https://reviews.llvm.org/D149640
More information about the cfe-commits
mailing list