[Lldb-commits] [lldb] [lldb] Hoist UUID generation into the UUID class (PR #133662)
Vy Nguyen via lldb-commits
lldb-commits at lists.llvm.org
Sun Mar 30 19:18:44 PDT 2025
================
@@ -88,6 +88,9 @@ class UUID {
DecodeUUIDBytesFromString(llvm::StringRef str,
llvm::SmallVectorImpl<uint8_t> &uuid_bytes);
+ /// Generate a random UUID.
----------------
oontvoo wrote:
s/Generate/Generates ? (to be consistent with the other comments)
https://github.com/llvm/llvm-project/pull/133662
More information about the lldb-commits
mailing list