From: Eli Friedman Date: Sun, 17 Apr 2011 06:40:15 +0000 (+0000) Subject: Hack to turn the valgrind buildbot green, until Devang can address it X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10292cc239df9f78ff76ef1e4476fadead971709;p=clang Hack to turn the valgrind buildbot green, until Devang can address it properly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 9743b96b40..10ef6d8b31 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -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();