llvm-project/clang/test/CXX
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
..
basic When determining whether an identifier followed by a '<' in a member 2012-03-10 23:52:41 +00:00
class Don't assert when trying to diagnose why a class with a constructor template is 2012-02-26 10:50:32 +00:00
class.access Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
class.derived Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
conv Compute the promoted integer type of fixed-width enums correctly. Found by inspection. 2011-10-26 07:38:19 +00:00
dcl.dcl Fix PR10447: lazily building name lookup tables for DeclContexts was broken. 2012-03-13 03:12:56 +00:00
dcl.decl Fix parsing of trailing-return-type. Types are syntactically prohibited from 2012-03-12 08:56:40 +00:00
except In C++11 mode, when an integral constant expression is desired and we have a 2012-02-04 09:53:13 +00:00
expr Fix crash & accepts-invalid for array of arrays of user defined type. 2012-03-10 23:40:02 +00:00
lex Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
over Unpluralize -Wfoo-conversions warnings for consistency. 2012-03-15 05:09:31 +00:00
special Add a pile of tests for unrestricted unions, and advertise support for them. 2012-03-03 23:51:05 +00:00
stmt.stmt Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00
temp Instantiating a class template should not instantiate the definition of any 2012-03-14 23:13:10 +00:00