This is an archive of the discontinued LLVM Phabricator instance.

[clang][dataflow] Dump useful debugging information when we crash.
ClosedPublic

Authored by mboehme on Jun 22 2023, 7:03 AM.

Details

Summary
  • The AST of the function we're currently analyzing
  • The CFG
  • The CFG element we're currently processing

Diff Detail

Event Timeline

mboehme created this revision.Jun 22 2023, 7:03 AM
Herald added a project: Restricted Project. · View Herald Transcript
mboehme requested review of this revision.Jun 22 2023, 7:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 7:03 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ymandel accepted this revision.Jun 22 2023, 10:13 AM
This revision is now accepted and ready to land.Jun 22 2023, 10:13 AM