]> granicus.if.org Git - clang/commitdiff
Place diagnostic group ext_typecheck_decl_incomplete_type under a -W flag.
authorTed Kremenek <kremenek@apple.com>
Tue, 11 Oct 2011 01:02:24 +0000 (01:02 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 11 Oct 2011 01:02:24 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141620 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td
test/Misc/warning-flags.c

index 8ce63ead9e1d20ad53346bb1ced79e5c4a61597c..a1be656fac35e97618d69599e1d00b8cae2b5a5a 100644 (file)
@@ -3275,7 +3275,8 @@ def err_typecheck_pointer_arith_void_type : Error<
 def err_typecheck_decl_incomplete_type : Error<
   "variable has incomplete type %0">;
 def ext_typecheck_decl_incomplete_type : ExtWarn<
-  "tentative definition of variable with internal linkage has incomplete non-array type %0">;
+  "tentative definition of variable with internal linkage has incomplete non-array type %0">,
+  InGroup<DiagGroup<"tentative-definition-incomplete-type">>;
 def err_tentative_def_incomplete_type : Error<
   "tentative definition has type %0 that is never completed">;
 def err_tentative_def_incomplete_type_arr : Error<
index ae5d91793979db97f75bb5740b9c2c54a110e6be..44d6e9a34839d86cf14cf124fb6f56358207c8a4 100644 (file)
@@ -17,7 +17,7 @@ This test serves two purposes:
 
 The list of warnings below should NEVER grow.  It should gradually shrink to 0.
 
-CHECK: Warnings without flags (300):
+CHECK: Warnings without flags (299):
 CHECK-NEXT:   backslash_newline_space
 CHECK-NEXT:   charize_microsoft_ext
 CHECK-NEXT:   ext_anon_param_requires_type_specifier
@@ -99,7 +99,6 @@ CHECK-NEXT:   ext_typecheck_cond_one_void
 CHECK-NEXT:   ext_typecheck_convert_int_pointer
 CHECK-NEXT:   ext_typecheck_convert_pointer_int
 CHECK-NEXT:   ext_typecheck_convert_pointer_void_func
-CHECK-NEXT:   ext_typecheck_decl_incomplete_type
 CHECK-NEXT:   ext_typecheck_ordered_comparison_of_function_pointers
 CHECK-NEXT:   ext_typecheck_ordered_comparison_of_pointer_and_zero
 CHECK-NEXT:   ext_typecheck_ordered_comparison_of_pointer_integer