This is an archive of the discontinued LLVM Phabricator instance.

Fix incorrect Status -> Error rename in IOHandler
ClosedPublic

Authored by bgianfo on May 18 2017, 10:47 PM.

Details

Summary

Change 302872 was a massive rename of the Error class to Status.

The change included an incorrect rename of the "Status" window
in the LLDB GUI from "Status to "Error". This patch undoes this incorrect
rename and restores the status window's correct name.

Diff Detail

Event Timeline

bgianfo created this revision.May 18 2017, 10:47 PM
bgianfo updated this revision to Diff 99525.May 18 2017, 10:52 PM

Fixing source path

labath accepted this revision.May 22 2017, 7:14 AM
labath added a subscriber: labath.

Committed as r303553. Thanks for the patch.

This revision is now accepted and ready to land.May 22 2017, 7:14 AM
labath closed this revision.May 22 2017, 7:14 AM