summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/DataFormatters/FormatCache.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/DataFormatters/FormatCache.cpp b/lldb/source/DataFormatters/FormatCache.cpp
index 8a816e42344..67a2e9e802f 100644
--- a/lldb/source/DataFormatters/FormatCache.cpp
+++ b/lldb/source/DataFormatters/FormatCache.cpp
@@ -22,8 +22,8 @@ using namespace lldb_private;
FormatCache::Entry::Entry () :
m_summary_cached(false),
m_synthetic_cached(false),
-m_summary_sp(nullptr),
-m_synthetic_sp(nullptr)
+m_summary_sp(),
+m_synthetic_sp()
{}
FormatCache::Entry::Entry (lldb::TypeSummaryImplSP summary_sp) : FormatCache::Entry()
OpenPOWER on IntegriCloud