diff options
author | Enrico Granata <egranata@apple.com> | 2015-09-23 19:32:56 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-09-23 19:32:56 +0000 |
commit | e5ffa089cc88fc730b005d1dba9cb57857a9ba66 (patch) | |
tree | f83c4537137c47e012b056e6f255f4cbf4302407 /lldb/source/Symbol/SymbolFile.cpp | |
parent | cac0b89289c370a24101c657b1345cc0ed57ee9d (diff) | |
download | bcm5719-llvm-e5ffa089cc88fc730b005d1dba9cb57857a9ba66.tar.gz bcm5719-llvm-e5ffa089cc88fc730b005d1dba9cb57857a9ba66.zip |
Revert 248366 "Testcase and fix for bug 24074"
This commit introduced regressions in several test cases on FreeBSD and Mac OS X
llvm-svn: 248421
Diffstat (limited to 'lldb/source/Symbol/SymbolFile.cpp')
-rw-r--r-- | lldb/source/Symbol/SymbolFile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Symbol/SymbolFile.cpp b/lldb/source/Symbol/SymbolFile.cpp index 5486468181f..3cb686578d9 100644 --- a/lldb/source/Symbol/SymbolFile.cpp +++ b/lldb/source/Symbol/SymbolFile.cpp @@ -15,7 +15,7 @@ #include "lldb/Core/PluginManager.h" #include "lldb/Core/StreamString.h" #include "lldb/Symbol/ObjectFile.h" -#include "lldb/Symbol/TypeMap.h" +#include "lldb/Symbol/TypeList.h" #include "lldb/Symbol/TypeSystem.h" #include "lldb/Symbol/VariableList.h" @@ -135,7 +135,7 @@ SymbolFile::FindFunctions (const RegularExpression& regex, bool include_inlines, } uint32_t -SymbolFile::FindTypes (const SymbolContext& sc, const ConstString &name, const CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, TypeMap& types) +SymbolFile::FindTypes (const SymbolContext& sc, const ConstString &name, const CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, TypeList& types) { if (!append) types.Clear(); |