Author: dpatel
Date: Tue May  3 15:22:16 2011
New Revision: 130785

URL: http://llvm.org/viewvc/llvm-project?rev=130785&view=rev
Log:
Silence warnings.

Modified:
    cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m

Modified: cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m?rev=130785&r1=130784&r2=130785&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m Tue May  3 15:22:16 2011
@@ -43,6 +43,8 @@
 @end
 
 @implementation AutomaticSynthesis
+@synthesize someString;
+@synthesize someNumber;
 - init
 {
   return self;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to