Author: David Spickett
Date: 2021-04-28T12:17:03+01:00
New Revision: d0c521da3f0cfd1bd01696773349f1b723d8b057

URL: 
https://github.com/llvm/llvm-project/commit/d0c521da3f0cfd1bd01696773349f1b723d8b057
DIFF: 
https://github.com/llvm/llvm-project/commit/d0c521da3f0cfd1bd01696773349f1b723d8b057.diff

LOG: [lldb] Correct format enum comment (NFC)

'.' is used for unprintable chars (see NON_PRINTABLE_CHAR).

Added: 
    

Modified: 
    lldb/include/lldb/lldb-enumerations.h

Removed: 
    


################################################################################
diff  --git a/lldb/include/lldb/lldb-enumerations.h 
b/lldb/include/lldb/lldb-enumerations.h
index 64901ba1476ef..db6289cfb90dc 100644
--- a/lldb/include/lldb/lldb-enumerations.h
+++ b/lldb/include/lldb/lldb-enumerations.h
@@ -160,7 +160,7 @@ enum Format {
   eFormatBytes,
   eFormatBytesWithASCII,
   eFormatChar,
-  eFormatCharPrintable, ///< Only printable characters, space if not printable
+  eFormatCharPrintable, ///< Only printable characters, '.' if not printable
   eFormatComplex,       ///< Floating point complex type
   eFormatComplexFloat = eFormatComplex,
   eFormatCString, ///< NULL terminated C strings


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to