diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-08-12 20:46:45 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-08-12 20:46:45 +0000 |
commit | 8facefab104685a3d0c93de54247e7584c39c73b (patch) | |
tree | 8f6947864b46d10372a3bb6ddb0c9fed56d64682 /clang/test | |
parent | 7687d3c116e611f88779bfce0a992bd37c8cdee2 (diff) | |
download | bcm5719-llvm-8facefab104685a3d0c93de54247e7584c39c73b.tar.gz bcm5719-llvm-8facefab104685a3d0c93de54247e7584c39c73b.zip |
Add -Wtypename-missing flag for diagnostic warn_typename_missing.
llvm-svn: 137505
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Misc/warning-flags.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Misc/warning-flags.c b/clang/test/Misc/warning-flags.c index 27e53b9c71b..4a34792300e 100644 --- a/clang/test/Misc/warning-flags.c +++ b/clang/test/Misc/warning-flags.c @@ -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 (317): +CHECK: Warnings without flags (316): CHECK-NEXT: auto_storage_class CHECK-NEXT: backslash_newline_space CHECK-NEXT: charize_microsoft_ext @@ -318,7 +318,6 @@ CHECK-NEXT: warn_transparent_union_nonpointer CHECK-NEXT: warn_typecheck_cond_incompatible_pointers CHECK-NEXT: warn_typecheck_cond_pointer_integer_mismatch CHECK-NEXT: warn_typecheck_function_qualifiers -CHECK-NEXT: warn_typename_missing CHECK-NEXT: warn_ucn_escape_too_large CHECK-NEXT: warn_ucn_not_valid_in_c89 CHECK-NEXT: warn_unavailable_fwdclass_message |