[Lldb-commits] [lldb] 9c31da8 - [lldb/Core] Update comment to make it more explicit (NFC)

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 8 05:04:10 PDT 2020


Author: Med Ismail Bennani
Date: 2020-07-08T14:03:59+02:00
New Revision: 9c31da853855eb952bbad98b99978df8c515e9b2

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

LOG: [lldb/Core] Update comment to make it more explicit (NFC)

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>

Added: 
    

Modified: 
    lldb/source/Core/ValueObject.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index 8600469580e8..e6fad3ada5f0 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -687,7 +687,7 @@ ValueObject *ValueObject::CreateChildAtIndex(size_t idx,
         language_flags);
   }
 
-  // In case of an incomplete type, LLDB will try to use the ValueObject's
+  // In case of an incomplete type, try to use the ValueObject's
   // synthetic value to create the child ValueObject.
   if (!valobj && synthetic_array_member) {
     if (ValueObjectSP synth_valobj_sp = GetSyntheticValue()) {


        


More information about the lldb-commits mailing list