gribozavr2 added inline comments.
Comment at:
clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp:141
+ };
+ S foo();
+ )cc";
ymandel wrote:
> gribozavr2 wrote:
> > Is `foo()` used for anything in this test?
> not that I can see. looks le
ymandel added inline comments.
Comment at:
clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp:141
+ };
+ S foo();
+ )cc";
gribozavr2 wrote:
> Is `foo()` used for anything in this test?
not that I can see. looks left over from some previo
gribozavr2 added inline comments.
Comment at:
clang/unittests/Analysis/FlowSensitive/DataflowEnvironmentTest.cpp:141
+ };
+ S foo();
+ )cc";
Is `foo()` used for anything in this test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG73c98831f648: [clang][dataflow] Fix missed fields in field
set construction. (authored by ymandel).
Repository:
rG LLVM Github Monorepo
CHANGES S
ymandel created this revision.
ymandel added reviewers: xazax.hun, sgatev, gribozavr2.
Herald added subscribers: martong, rnkovacs.
Herald added a reviewer: NoQ.
Herald added a project: All.
ymandel requested review of this revision.
Herald added a project: clang.
When building the set of referenc