================
@@ -63,7 +63,7 @@ inline StringRef toStringRef(ArrayRef<char> Input) {
   return StringRef(Input.begin(), Input.size());
 }
 
-/// Construct a string ref from an array ref of unsigned chars.
+/// Construct an array ref of unsigned bytes from a string ref.
----------------
felipepiovezan wrote:

While I appreciate the drive by fix, I think we should move this to a separate 
PR, especially since this is crossing the project boundary (if we ever decide 
to revert the other parts of this, this comment should definitely not be 
reverted!)

https://github.com/llvm/llvm-project/pull/203175
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to