aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-02-04 19:10:27 +0000
committerDouglas Gregor <dgregor@apple.com>2009-02-04 19:10:27 +0000
commit18d76c27176dcb9f4be4eaf7768100075f180f3f (patch)
treef1702cdd08801096eb6c480545450c3da15eab04
parent90f76f256a48723fa59a912ee1ce99ddbe214857 (diff)
Note the Radar number that corresponds to PR3137
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63754 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Sema/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/function.c b/test/Sema/function.c
index 494a8b841d..ff78e719bb 100644
--- a/test/Sema/function.c
+++ b/test/Sema/function.c
@@ -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);