[cfe-commits] r129657 - /cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Eli Friedman
eli.friedman at gmail.com
Sat Apr 16 23:40:15 PDT 2011
Author: efriedma
Date: Sun Apr 17 01:40:15 2011
New Revision: 129657
URL: http://llvm.org/viewvc/llvm-project?rev=129657&view=rev
Log:
Hack to turn the valgrind buildbot green, until Devang can address it
properly.
Modified:
cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=129657&r1=129656&r2=129657&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Sun Apr 17 01:40:15 2011
@@ -1205,7 +1205,7 @@
llvm::StringRef PropertyName;
llvm::StringRef PropertyGetter;
llvm::StringRef PropertySetter;
- unsigned PropertyAttributes;
+ unsigned PropertyAttributes = 0;
if (ObjCPropertyDecl *PD =
ID->FindPropertyVisibleInPrimaryClass(Field->getIdentifier())) {
PropertyName = PD->getName();
More information about the cfe-commits
mailing list