]> granicus.if.org Git - clang/commitdiff
add bugzilla #
authorChris Lattner <sabre@nondot.org>
Mon, 27 Jul 2009 04:49:58 +0000 (04:49 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Jul 2009 04:49:58 +0000 (04:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77183 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/return.c

index be5130f85409a2fa389d426894435b923fd9ec01..9234e3ee2a760f88a7b6e1dcf166de1bd798be83 100644 (file)
@@ -188,5 +188,6 @@ int test27() {
   done: ;
 }
 
+// PR4624
 void test28() __attribute__((noreturn));
 void test28(x) { while (1) { } }