]> granicus.if.org Git - clang/commitdiff
Remove space from rdar URIs.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Nov 2010 02:16:57 +0000 (02:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Nov 2010 02:16:57 +0000 (02:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118474 91177308-0d34-0410-b5e6-96231b3b80d8

12 files changed:
test/SemaObjC/builtin_objc_msgSend.m
test/SemaObjC/compare-qualified-class.m
test/SemaObjC/conflict-nonfragile-abi2.m
test/SemaObjC/default-synthesize.m
test/SemaObjC/iboutletcollection-attr.m
test/SemaObjC/ivar-in-class-extension-error.m
test/SemaObjC/method-sentinel-attr.m
test/SemaObjC/property-in-class-extension.m
test/SemaObjC/setter-dotsyntax.m
test/SemaObjC/super-class-protocol-conformance.m
test/SemaObjC/synthesized-ivar.m
test/SemaObjC/warn-incompatible-builtin-types.m

index 7530d904f4af4253cdf89dcec2b58b0a6a205749..bf17225a04171e8ca75542f905a2d0e18cb942c3 100644 (file)
@@ -1,3 +1,3 @@
 // RUN: %clang_cc1 %s -fsyntax-only -verify
-// rdar: // 8632525
+// rdar://8632525
 extern id objc_msgSend(id self, SEL op, ...);
index cb2b26a4f70fa84506c188857d4fd6cd12b6a2b9..0f415b607dd72c08e3238c9b3f3af38d9b24c5b8 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
-// rdar:// 8191774
+// rdar://8191774
 
 @protocol SomeProtocol
 @end
index e4b513f75312fa1884af14be47192c98cecf3edf..86947cf7643ca823f554a819cbc17de6df90d363 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fobjc-nonfragile-abi -verify -fsyntax-only %s
-// rdar : // 8225011
+// rdar://8225011
 
 int glob; // expected-note {{global variable declared here}}
 
@@ -15,7 +15,7 @@ int glob; // expected-note {{global variable declared here}}
 @implementation I
 - (int) Meth { return glob; } // expected-warning {{when default property synthesis is on, 'glob' lookup will access}}
 @synthesize glob;
-// rdar: // 8248681
+// rdar://8248681
 - (int) Meth1: (int) p {
   extern int le;
   int l = 1;
index 0586daea87964a0ec098df149372b80ad7497afb..be3ef08117141a4990daf7b5031c84a17e80162d 100644 (file)
@@ -94,7 +94,7 @@
 
 @implementation SubClass @end 
 
-// rdar: // 7920807
+// rdar://7920807
 @interface C @end
 @interface C (Category)
 @property int p; // expected-warning {{property 'p' requires method 'p' to be defined }} \
index fb64e3a9f534d8cd70fd7035af60f7b49a933adf..217daa7c3b5866853b99b34825c237700bd4dc4a 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify %s
-// rdar: // 8308053
+// rdar://8308053
 
 @interface I {
     __attribute__((iboutletcollection(I))) id ivar1;
index 6e0b577976d6113a06e9ca66b672cde99a804e87..23a7491aafb1deb8c28e8aba01136b3f5e06dac2 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1  -fsyntax-only -verify %s
-// rdar:// 6812436
+// rdar://6812436
 
 @interface A @end
 
index 6ec362f6f72829df9b6ef27bb15d5e60c14470d6..5375408a2b66d52bb5edcd09c52ecfb91cccfa91 100644 (file)
@@ -16,7 +16,7 @@
 - (void) foo11 : (int)x, ... __attribute__ ((__sentinel__(1,1,3)));  // expected-error {{attribute requires 0, 1 or 2 argument(s)}}
 - (void) foo12 : (int)x, ... ATTR; // expected-note {{method has been explicitly marked sentinel here}}
 
-// rdar:// 7975788
+// rdar://7975788
 - (id) foo13 : (id)firstObj, ... __attribute__((sentinel(0,1)));
 - (id) foo14 : (id)firstObj :  (Class)secondObj, ... __attribute__((sentinel(0,1)));
 - (id) foo15 : (id*)firstObj, ... __attribute__((sentinel(0,1)));
@@ -40,7 +40,7 @@ int main ()
 
   [p foo12:1]; // expected-warning {{not enough variable arguments in 'foo12:' declaration to fit a sentinel}}
 
-  // rdar:// 7975788
+  // rdar://7975788
   [ p foo13 : NULL]; 
   [ p foo14 : 0 : NULL]; 
   [ p foo16 : NULL]; 
index 3f252d0a29ed309ef7f40e5cb1c8a32bef136393..af68a43f02cbc637808e1a8d3c88b4389f1fb7c1 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1  -fsyntax-only -verify %s
-// rdar: // 7766184
+// rdar://7766184
 
 @interface Foo @end
 
index 1097464e6c8c2976df754a02cc05bcdb501eefde..e0b51e8b51c6d2e6c87958ccc17cfb22e596df91 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
-// rdar: //8528170
+// rdar://8528170
 
 @interface NSObject @end
 
index f555c3203dcb9917b9ffa0ff1cf82afb47ade4a0..bf19c837f46a240cc4f8e96d9e8ad0e7bd37bbc3 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
-// rdar: // 7884086
+// rdar://7884086
 
 @interface NSObject @end
 
index 58bcf40a58602db70c9be1cc159e644c3a9f446f..01e51efed73e51bad3d075b1231df2f8d8b82f57 100644 (file)
@@ -12,5 +12,5 @@
 }
 @end
 
-// rdar: // 7823675
+// rdar://7823675
 int f0(I *a) { return a->IP; } // expected-error {{instance variable 'IP' is protected}}
index 79c8cea6654543ce7488414ad5b5116603cc6cf9..fd4fb7d3a11d92dad55cf63b742e43c752c066c5 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only -verify %s
-// rdar 7634850
+// rdar://7634850
 
 @interface Foo
 - (void)foo:(Class)class; // expected-note{{passing argument to parameter 'class' here}}