[cfe-commits] r114715 - /cfe/trunk/test/Index/properties-default-synthesis.m
Ted Kremenek
kremenek at apple.com
Thu Sep 23 18:24:15 PDT 2010
Author: kremenek
Date: Thu Sep 23 20:24:15 2010
New Revision: 114715
URL: http://llvm.org/viewvc/llvm-project?rev=114715&view=rev
Log:
Update comment in test with reference to bug report.
Modified:
cfe/trunk/test/Index/properties-default-synthesis.m
Modified: cfe/trunk/test/Index/properties-default-synthesis.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/properties-default-synthesis.m?rev=114715&r1=114714&r2=114715&view=diff
==============================================================================
--- cfe/trunk/test/Index/properties-default-synthesis.m (original)
+++ cfe/trunk/test/Index/properties-default-synthesis.m Thu Sep 23 20:24:15 2010
@@ -1,4 +1,4 @@
-// Test that the ivars created via default synthesis are not reported.
+// <rdar://problem/8470540> - Test that the ivars created via default synthesis are not reported.
@class NSArray, NSString, NSButton;
@interface TestA
{
More information about the cfe-commits
mailing list