This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Replace usage of the deprecated overload of `checkDataflow`.
ClosedPublic

Authored by wyt on Sep 14 2022, 8:18 AM.

Details

Summary

Updated files:

  • ChromiumCheckModelTest.cpp.
  • MatchSwitchTest.cpp.
  • MultiVarConstantPropagationTest.cpp.
  • SingleVarConstantPropagationTest.cpp.
  • TestingSupportTest.cpp.
  • TransferTest.cpp.

Diff Detail

Event Timeline

wyt created this revision.Sep 14 2022, 8:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2022, 8:18 AM
wyt requested review of this revision.Sep 14 2022, 8:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2022, 8:18 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Sep 14 2022, 10:40 AM
This revision is now accepted and ready to land.Sep 14 2022, 10:40 AM
sgatev accepted this revision.Sep 15 2022, 12:29 AM
sgatev added inline comments.
clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp
83–88

Do we need .withASTBuildArgs({"-fsyntax-only", "-std=c++17"}) here?

wyt updated this revision to Diff 460349.Sep 15 2022, 3:22 AM

Address comment.

wyt marked an inline comment as done.Sep 15 2022, 3:22 AM
clang/unittests/Analysis/FlowSensitive/TestingSupportTest.cpp