This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Add DataflowEnvironment::dump()
ClosedPublic

Authored by gribozavr on Jul 22 2022, 2:32 PM.

Details

Summary

Start by dumping the flow condition.

Diff Detail

Event Timeline

gribozavr created this revision.Jul 22 2022, 2:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
gribozavr requested review of this revision.Jul 22 2022, 2:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2022, 2:32 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr updated this revision to Diff 446988.Jul 22 2022, 2:46 PM

Moved some changes to a different revision

gribozavr updated this revision to Diff 446992.Jul 22 2022, 2:59 PM

Reverted more changes broken out to separate revisions

ymandel accepted this revision.Jul 22 2022, 3:10 PM
ymandel added inline comments.
clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
115–118

I thought there's join-strings function somewhere...

This revision is now accepted and ready to land.Jul 22 2022, 3:10 PM
gribozavr2 retitled this revision from [clang][dataflow] Add Environment::dump() to [clang][dataflow] Add DataflowEnvironment::dump().Jul 22 2022, 4:22 PM
This revision was landed with ongoing or failed builds.Jul 22 2022, 4:32 PM
This revision was automatically updated to reflect the committed changes.