summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2012-04-18 01:06:17 +0000
committerSean Callanan <scallanan@apple.com>2012-04-18 01:06:17 +0000
commitad880767fc0d52f07d01c8d45c715a5323ceb1c6 (patch)
treec8e2ada3a720bfff3e191d3c3826130401333465 /lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
parent3d013bccfa6a71de097ce4945007a8e294dfb2bf (diff)
downloadbcm5719-llvm-ad880767fc0d52f07d01c8d45c715a5323ceb1c6.tar.gz
bcm5719-llvm-ad880767fc0d52f07d01c8d45c715a5323ceb1c6.zip
We now record metadata for Objective-C interfaces,
Objective-C methods, and Objective-C properties. llvm-svn: 154972
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp')
-rw-r--r--lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp b/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
index f4d9e032087..b21343dc6d8 100644
--- a/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
+++ b/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
@@ -407,7 +407,8 @@ SymbolFileSymtab::FindTypes (const lldb_private::SymbolContext& sc,
lldb::clang_type_t objc_object_type = ast.CreateObjCClass (name.AsCString(),
ast.GetTranslationUnitDecl(),
isForwardDecl,
- isInternal);
+ isInternal,
+ 0xffaaffaaffaaffaall);
Declaration decl;
OpenPOWER on IntegriCloud