This is an archive of the discontinued LLVM Phabricator instance.

Add CopyDiagnostic to DiagnosticManager.
ClosedPublic

Authored by gmilos on Apr 14 2017, 3:34 AM.

Details

Reviewers
jingham
Summary

Adds Add CopyDiagnostic to DiagnosticManager, originally part of:
https://github.com/apple/swift-lldb/pull/113

Diff Detail

Event Timeline

gmilos created this revision.Apr 14 2017, 3:34 AM
jingham accepted this revision.Apr 14 2017, 10:37 AM

This is fine. Can you check this in, otherwise I will.

This revision is now accepted and ready to land.Apr 14 2017, 10:37 AM

This is fine. Can you check this in, otherwise I will.

@jingham I don't (think I) have committer rights to the lldb/llvm repo, so I cannot check it in myself. Could you do it for me instead pls?

jingham closed this revision.Apr 19 2017, 12:10 PM

Committed as r300733.