This is an archive of the discontinued LLVM Phabricator instance.

Remove typedefs for MIchar, MIschar, MIuchar.
ClosedPublic

Authored by brucem on Jul 3 2015, 2:47 AM.

Details

Summary

This is a start on bringing lldb-mi more in line with the typical
LLDB coding style. This just removes the usage of the typedefs and
doesn't yet clean up any logic or other issues. (This is to keep
the review simple.)

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 29003.Jul 3 2015, 2:47 AM
brucem retitled this revision from to Remove typedefs for MIchar, MIschar, MIuchar..
brucem updated this object.
brucem added reviewers: abidh, ki.stfu, domipheus.
brucem added a subscriber: lldb-commits.
brucem added a comment.Jul 3 2015, 2:50 AM

The MI tests pass on Mac OS X with this:

RESULT: PASSED (85 passes, 0 failures, 0 errors, 1 skipped, 3 expected failures, 0 unexpected successes)

No new compilation warnings.

abidh accepted this revision.Jul 3 2015, 3:15 AM
abidh edited edge metadata.

LGTM. Thanks for doing it.

This revision is now accepted and ready to land.Jul 3 2015, 3:15 AM
This revision was automatically updated to reflect the committed changes.