[cfe-commits] r130785 - /cfe/trunk/test/CodeGenObjC/debug-info-getter-name.m

Devang Patel dpatel at apple.com
Tue May 3 13:22:16 PDT 2011


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
+ at synthesize someString;
+ at synthesize someNumber;
 - init
 {
   return self;





More information about the cfe-commits mailing list