summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-11-18 01:37:49 +0000
committerEnrico Granata <egranata@apple.com>2015-11-18 01:37:49 +0000
commita76e894bd58f060b8c72e8bfe63deaf28d16be50 (patch)
treeb33a3cd3bc93e2eea97aaa4f21441e036a33f162 /lldb/source/API
parent3da7a5338edd92c15ca62fd900b95a028767df47 (diff)
downloadbcm5719-llvm-a76e894bd58f060b8c72e8bfe63deaf28d16be50.tar.gz
bcm5719-llvm-a76e894bd58f060b8c72e8bfe63deaf28d16be50.zip
Cleanup the type X list commands to use the new ForEach goodness
llvm-svn: 253423
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBTypeCategory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBTypeCategory.cpp b/lldb/source/API/SBTypeCategory.cpp
index 287edfe140b..33dada8da39 100644
--- a/lldb/source/API/SBTypeCategory.cpp
+++ b/lldb/source/API/SBTypeCategory.cpp
@@ -180,7 +180,7 @@ SBTypeCategory::GetFilterForType (SBTypeNameSpecifier spec)
if (!spec.IsValid())
return SBTypeFilter();
- lldb::SyntheticChildrenSP children_sp;
+ lldb::TypeFilterImplSP children_sp;
if (spec.IsRegex())
m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp);
OpenPOWER on IntegriCloud