[Lldb-commits] [PATCH] D57273: Make Type::GetByteSize optional

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 28 00:56:23 PST 2019


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Looks fine to me.

I guess this would be the place I'd start thinking about an `OptionalSize` class (to replace the two fields in the Type class). But I don't think that's necessary yet...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57273/new/

https://reviews.llvm.org/D57273





More information about the lldb-commits mailing list