diff options
| author | Enrico Granata <egranata@apple.com> | 2015-11-18 01:37:49 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2015-11-18 01:37:49 +0000 |
| commit | a76e894bd58f060b8c72e8bfe63deaf28d16be50 (patch) | |
| tree | b33a3cd3bc93e2eea97aaa4f21441e036a33f162 /lldb/source/API | |
| parent | 3da7a5338edd92c15ca62fd900b95a028767df47 (diff) | |
| download | bcm5719-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.cpp | 2 |
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); |

