This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Refactor `TypeErasedDataflowAnalysisTest` - replace usage of the deprecated overload of `checkDataflow`.
ClosedPublic

Authored by wyt on Aug 26 2022, 12:29 PM.

Diff Detail

Event Timeline

wyt created this revision.Aug 26 2022, 12:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2022, 12:29 PM
wyt requested review of this revision.Aug 26 2022, 12:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2022, 12:29 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Aug 26 2022, 4:32 PM
gribozavr2 added inline comments.
clang/unittests/Analysis/FlowSensitive/TestingSupport.h
68
clang/unittests/Analysis/FlowSensitive/TypeErasedDataflowAnalysisTest.cpp
132–133
This revision is now accepted and ready to land.Aug 26 2022, 4:32 PM
sgatev accepted this revision.Aug 28 2022, 11:24 PM
wyt updated this revision to Diff 456317.Aug 29 2022, 5:19 AM
wyt marked 2 inline comments as done.

Address comments.

gribozavr2 accepted this revision.Aug 29 2022, 5:22 AM
wyt edited the summary of this revision. (Show Details)Aug 30 2022, 9:43 AM
wyt updated this revision to Diff 456986.Aug 31 2022, 9:07 AM

Update according to change in preceding patches to replace use of designated initialisers when constructing AnalysisInputs.

gribozavr2 accepted this revision.Aug 31 2022, 9:23 AM
wyt updated this revision to Diff 457231.Sep 1 2022, 4:53 AM

Update build target dependency.

gribozavr2 accepted this revision.Sep 1 2022, 5:02 AM
This revision was landed with ongoing or failed builds.Sep 1 2022, 12:18 PM
This revision was automatically updated to reflect the committed changes.