This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Move NoopAnalysis from unittests to include
ClosedPublic

Authored by samestep on Jul 21 2022, 2:33 PM.

Details

Summary

This patch moves Analysis/FlowSensitive/NoopAnalysis.h from clang/unittests/ to clang/include/clang/, so that we can use it for doing context-sensitive analysis.

Diff Detail

Event Timeline

samestep created this revision.Jul 21 2022, 2:33 PM
Herald added a project: Restricted Project. · View Herald Transcript
samestep requested review of this revision.Jul 21 2022, 2:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2022, 2:33 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
samestep edited the summary of this revision. (Show Details)Jul 21 2022, 2:38 PM
samestep added reviewers: ymandel, gribozavr2, sgatev.
gribozavr2 accepted this revision.Jul 21 2022, 3:57 PM
This revision is now accepted and ready to land.Jul 21 2022, 3:57 PM
sgatev accepted this revision.Jul 21 2022, 11:16 PM
ymandel accepted this revision.Jul 22 2022, 4:53 AM
This revision was landed with ongoing or failed builds.Jul 22 2022, 7:11 AM
This revision was automatically updated to reflect the committed changes.