summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Symbol/SymbolVendor.h
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-09-23 19:32:56 +0000
committerEnrico Granata <egranata@apple.com>2015-09-23 19:32:56 +0000
commite5ffa089cc88fc730b005d1dba9cb57857a9ba66 (patch)
treef83c4537137c47e012b056e6f255f4cbf4302407 /lldb/include/lldb/Symbol/SymbolVendor.h
parentcac0b89289c370a24101c657b1345cc0ed57ee9d (diff)
downloadbcm5719-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/include/lldb/Symbol/SymbolVendor.h')
-rw-r--r--lldb/include/lldb/Symbol/SymbolVendor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/include/lldb/Symbol/SymbolVendor.h b/lldb/include/lldb/Symbol/SymbolVendor.h
index e57e8e3d050..4d5157378d7 100644
--- a/lldb/include/lldb/Symbol/SymbolVendor.h
+++ b/lldb/include/lldb/Symbol/SymbolVendor.h
@@ -16,7 +16,6 @@
#include "lldb/Core/ModuleChild.h"
#include "lldb/Core/PluginInterface.h"
#include "lldb/Symbol/TypeList.h"
-#include "lldb/Symbol/TypeMap.h"
namespace lldb_private {
@@ -126,7 +125,7 @@ public:
const CompilerDeclContext *parent_decl_ctx,
bool append,
size_t max_matches,
- TypeMap& types);
+ TypeList& types);
virtual CompilerDeclContext
FindNamespace (const SymbolContext& sc,
OpenPOWER on IntegriCloud