]> granicus.if.org Git - clang/commitdiff
Hack to turn the valgrind buildbot green, until Devang can address it
authorEli Friedman <eli.friedman@gmail.com>
Sun, 17 Apr 2011 06:40:15 +0000 (06:40 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 17 Apr 2011 06:40:15 +0000 (06:40 +0000)
properly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129657 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index 9743b96b40c8a225bc0875df96d5e088dc8df085..10ef6d8b3189ce8b3e1e46cd93706769f6802c58 100644 (file)
@@ -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();