This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] exploded-graph-rewriter: Improve source location dumps.
ClosedPublic

Authored by NoQ on Jul 11 2019, 5:59 PM.

Details

Reviewers
Charusso
Summary
  • Correctly display macro expansion and spelling locations.
  • Use the same procedure to display location context call site locations.
  • Display statement IDs for program points.

Diff Detail

Event Timeline

NoQ created this revision.Jul 11 2019, 5:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 11 2019, 5:59 PM
Charusso accepted this revision.Jul 11 2019, 6:20 PM

Much better! Thanks!

This revision is now accepted and ready to land.Jul 11 2019, 6:20 PM
NoQ closed this revision.Jul 11 2019, 7:11 PM

Whoops, forgot the phabricator link.
Committed as rC365861.