[Lldb-commits] [PATCH] D40537: Simplify UUID::IsValid()

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 28 10:24:05 PST 2017


clayborg added a comment.

No one is relying on the 16 bytes of zeroes that I know of. UUID::IsValid() is the test that everyone uses to tell if the UUID is valid or not. I still prefer to just set the length to zero as this does allow us to have a UUID of all zeroes if needed.


https://reviews.llvm.org/D40537





More information about the lldb-commits mailing list