[Lldb-commits] [lldb] [lldb] Hoist UUID generation into the UUID	class (PR #133662)
    Jonas Devlieghere via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Sun Mar 30 21:49:06 PDT 2025
    
    
  
================
@@ -88,6 +88,9 @@ class UUID {
   DecodeUUIDBytesFromString(llvm::StringRef str,
                             llvm::SmallVectorImpl<uint8_t> &uuid_bytes);
 
+  /// Generate a random UUID.
----------------
JDevlieghere wrote:
I updated the existing comments to be imperative and updated this one to say "Create" to match the comment for the constructors. 
https://github.com/llvm/llvm-project/pull/133662
    
    
More information about the lldb-commits
mailing list