summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/vector-assign.c
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-03-15 05:09:31 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-03-15 05:09:31 +0000
commitaeef2ae8f9657cf061eb585b046e9e084de4f34f (patch)
tree1ad338e787d1988ebc741c23bcc8240a09b96bf0 /clang/test/Sema/vector-assign.c
parentce1ec5e1f56207c154d0cb8115bb2c2644887c42 (diff)
downloadbcm5719-llvm-aeef2ae8f9657cf061eb585b046e9e084de4f34f.tar.gz
bcm5719-llvm-aeef2ae8f9657cf061eb585b046e9e084de4f34f.zip
Unpluralize -Wfoo-conversions warnings for consistency.
Err on the side of brevity and rename (while providing aliases for the original name) -Wbool-conversions, -Wint-conversions, and -Wvector-conversions for consistency with constant, literal, string, and sign conversion warnings. And name the diagnostic groups explicitly while I'm here rather than rewriting the string in the groups and sema td files. Curiously, vector-conversion is not under -Wconversion. Perhaps it should be. llvm-svn: 152776
Diffstat (limited to 'clang/test/Sema/vector-assign.c')
-rw-r--r--clang/test/Sema/vector-assign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/vector-assign.c b/clang/test/Sema/vector-assign.c
index 8b0dc9288ee..f01eb456a16 100644
--- a/clang/test/Sema/vector-assign.c
+++ b/clang/test/Sema/vector-assign.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversions
+// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversion
typedef unsigned int v2u __attribute__ ((vector_size (8)));
typedef signed int v2s __attribute__ ((vector_size (8)));
typedef signed int v1s __attribute__ ((vector_size (4)));
OpenPOWER on IntegriCloud