This is an archive of the discontinued LLVM Phabricator instance.

Add a newline to SourceLocation dump output
ClosedPublic

Authored by steveire on Aug 13 2018, 1:25 PM.

Details

Summary

Migrate callers to print().

dump() should be useful to downstreams and third parties as a debugging
aid. Everyone trips up on this and creates confusing output.

Diff Detail

Repository
rL LLVM

Event Timeline

steveire created this revision.Aug 13 2018, 1:25 PM
rsmith accepted this revision.Aug 15 2018, 1:16 PM
This revision is now accepted and ready to land.Aug 15 2018, 1:16 PM
This revision was automatically updated to reflect the committed changes.