]> granicus.if.org Git - clang/commitdiff
Remember the PR number.
authorJohn McCall <rjmccall@apple.com>
Thu, 11 Mar 2010 19:33:57 +0000 (19:33 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 11 Mar 2010 19:33:57 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98276 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/missing-field-initializers.c

index 0ceded07f2e3fffa87f396f08545b8027fe88429..828191462444e83491c3b5311205c2c5c124027d 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-field-initializers %s
 
+// This was PR4808.
+
 struct Foo { int a, b; };
 
 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}}