llvm-project/clang/test/CXX/over
David Blaikie aeef2ae8f9 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
2012-03-15 05:09:31 +00:00
..
over.built Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
over.load Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
over.match Add test for C++ DR899. 2012-02-24 23:57:42 +00:00
over.oper/over.literal PR12225: The requirement that literal operators be namespace-scope functions 2012-03-10 22:18:57 +00:00
over.over Unpluralize -Wfoo-conversions warnings for consistency. 2012-03-15 05:09:31 +00:00