This is an archive of the discontinued LLVM Phabricator instance.

Mark UUID::GetByteSize() const
ClosedPublic

Authored by sas on Nov 27 2017, 12:58 PM.

Details

Summary

This method doesn't modify anything in the object it's called on so we
can mark it const to make it usable in a const context.

Diff Detail

Repository
rL LLVM

Event Timeline

sas created this revision.Nov 27 2017, 12:58 PM
clayborg accepted this revision.Nov 27 2017, 1:09 PM
This revision is now accepted and ready to land.Nov 27 2017, 1:09 PM
This revision was automatically updated to reflect the committed changes.