forked from OSchip/llvm-project
Hack to turn the valgrind buildbot green, until Devang can address it
properly. llvm-svn: 129657
This commit is contained in:
parent
045c43855c
commit
2e2ff8894d
|
@ -1205,7 +1205,7 @@ llvm::DIType CGDebugInfo::CreateType(const ObjCInterfaceType *Ty,
|
|||
llvm::StringRef PropertyName;
|
||||
llvm::StringRef PropertyGetter;
|
||||
llvm::StringRef PropertySetter;
|
||||
unsigned PropertyAttributes;
|
||||
unsigned PropertyAttributes = 0;
|
||||
if (ObjCPropertyDecl *PD =
|
||||
ID->FindPropertyVisibleInPrimaryClass(Field->getIdentifier())) {
|
||||
PropertyName = PD->getName();
|
||||
|
|
Loading…
Reference in New Issue