]> granicus.if.org Git - clang/commitdiff
Note the Radar number that corresponds to PR3137
authorDouglas Gregor <dgregor@apple.com>
Wed, 4 Feb 2009 19:10:27 +0000 (19:10 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 4 Feb 2009 19:10:27 +0000 (19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63754 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/function.c

index 494a8b841d2a8eb91a7f03b5ccdc444d18a0b394..ff78e719bb34bc3b89b694d4ea693150844770cb 100644 (file)
@@ -45,7 +45,7 @@ y(y) { return y; } // expected-warning{{parameter 'y' was not declared, defaulti
                    // expected-warning{{type specifier missing, defaults to 'int'}}
 
 
-// PR3137
+// PR3137, <rdar://problem/6127293>
 extern int g0_3137(void);
 void f0_3137() {
   int g0_3137(void);