summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Core/ValueObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index 41c7dbe94fd..86b7e8981d4 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -601,7 +601,7 @@ ValueObject::GetNumChildren ()
bool
ValueObject::MightHaveChildren()
{
- bool has_children;
+ bool has_children = false;
clang_type_t clang_type = GetClangType();
if (clang_type)
{
OpenPOWER on IntegriCloud