This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Move dataflow testing support out of unittests
ClosedPublic

Authored by sgatev on Mar 9 2022, 5:22 AM.

Details

Summary

This enables tests out of clang/unittests/Analysis/FlowSensitive to
use the testing support utilities.

Diff Detail

Event Timeline

sgatev created this revision.Mar 9 2022, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2022, 5:22 AM
sgatev requested review of this revision.Mar 9 2022, 5:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: sstefan1. · View Herald Transcript
sgatev updated this revision to Diff 414074.Mar 9 2022, 5:24 AM

Update top level comment.

ymandel accepted this revision.Mar 9 2022, 5:27 AM
This revision is now accepted and ready to land.Mar 9 2022, 5:27 AM
gribozavr2 accepted this revision.Mar 9 2022, 5:28 AM
sgatev updated this revision to Diff 414094.Mar 9 2022, 7:15 AM

Move NoopAnalysis.h to clang/include/clang/Analysis/FlowSensitive/Testing.

ymandel accepted this revision.Mar 9 2022, 7:17 AM
This revision was landed with ongoing or failed builds.Mar 9 2022, 7:32 AM
This revision was automatically updated to reflect the committed changes.