diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-11-18 12:11:34 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-11-18 12:11:34 +0000 |
commit | 68aa90a11e29b77ccbccc7ae128d342bc8920b40 (patch) | |
tree | 805c8489bfbd6247238d6cbe41e392867d8c6c12 /lldb/source/API | |
parent | ea3bb626d434b950985fc1dccdd3f1f4099fbc5b (diff) | |
download | bcm5719-llvm-68aa90a11e29b77ccbccc7ae128d342bc8920b40.tar.gz bcm5719-llvm-68aa90a11e29b77ccbccc7ae128d342bc8920b40.zip |
Revert 2 commits breaking the MSVC build
Revert "Remove a few vestigial typedefs from the old world"
This reverts commit 05872cda2a00fbd988c4fc761b1f87fe9edce224.
Revert "Cleanup the type X list commands to use the new ForEach goodness"
This reverts commit 85b1d83819a22cdc9ef12f58fd4fa92b473a4f81.
llvm-svn: 253455
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 33dada8da39..287edfe140b 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::TypeFilterImplSP children_sp; + lldb::SyntheticChildrenSP children_sp; if (spec.IsRegex()) m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp); |