From 18d76c27176dcb9f4be4eaf7768100075f180f3f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 4 Feb 2009 19:10:27 +0000 Subject: [PATCH] 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 --- test/Sema/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, extern int g0_3137(void); void f0_3137() { int g0_3137(void); -- 2.50.1