llvm-project/clang/test/CXX
Alp Toker 73287bfe40 MSVC 2013 type trait support
Implement type trait primitives used in the latest edition of the Microsoft
standard C++ library type_traits header.

With this change we can parse much of the Visual Studio 2013 standard headers,
particularly anything that includes <type_traits>.

Fully implemented, available in all language modes:

 * __is_constructible()
 * __is_nothrow_constructible()
 * __is_nothrow_assignable()

Partially implemented, semantic analysis WIP, available as MS extensions:

 * __is_destructible()
 * __is_nothrow_destructible()

llvm-svn: 199619
2014-01-20 00:24:09 +00:00
..
basic Added warning on structures/unions that are empty or contain only 2013-11-14 02:13:03 +00:00
class Implement DR1460: fix handling of default initializers in unions; don't allow 2013-12-10 08:25:00 +00:00
class.access PR12788: Remove unnecessary and incorrect special case for indirect fields. 2014-01-17 22:29:43 +00:00
class.derived Implement final resolution of DR1402: implicitly-declared move operators that 2013-11-04 01:48:18 +00:00
conv Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
dcl.dcl Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
dcl.decl Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00
drs Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
except MSVC 2013 type trait support 2014-01-20 00:24:09 +00:00
expr Don't allow 'this' within typedefs within classes that otherwise look like they 2014-01-17 21:01:18 +00:00
lex Add a triple to unbreak buildbots where size_t is not 'unsigned long'. 2013-10-07 22:58:25 +00:00
over Don't produce duplicate notes if we have deduction failure notes when resolving 2013-08-14 00:00:44 +00:00
special Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
stmt.stmt Add -Wdeprecated warnings and fixits for things deprecated in C++11: 2013-06-13 02:02:51 +00:00
temp Clean up variable template handling a bit, and correct the behavior of name 2014-01-16 23:39:20 +00:00