This is an archive of the discontinued LLVM Phabricator instance.

Make stream::operator<< take "const" void *
ClosedPublic

Authored by labath on Jul 21 2015, 6:29 AM.

Details

Summary

This enables us to avoid casts to "void *" in some cases and avoids a couple of "casts off const
qualifiers" warnings.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 30250.Jul 21 2015, 6:29 AM
labath retitled this revision from to Make stream::operator<< take "const" void *.
labath updated this object.
labath added a reviewer: clayborg.
labath added a subscriber: lldb-commits.
clayborg accepted this revision.Jul 21 2015, 12:47 PM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Jul 21 2015, 12:47 PM
This revision was automatically updated to reflect the committed changes.