llvm-project/clang/test/CXX
Hans Wennborg 9125b08b52 Update tests in preparation for using the MS ABI for Win32 targets
In preparation for making the Win32 triple imply MS ABI mode,
make all tests pass in this mode, or make them use the Itanium
mode explicitly.

Differential Revision: http://llvm-reviews.chandlerc.com/D2401

llvm-svn: 199130
2014-01-13 19:48:13 +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 Revert "Don't require -re suffix on -verify directives with regexes." 2013-12-14 01:07:05 +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 Update tests in preparation for using the MS ABI for Win32 targets 2014-01-13 19:48:13 +00:00
dcl.decl Implement DR482: namespace members can be redeclared with a qualified name 2013-12-05 07:51:02 +00:00
drs Update tests in preparation for using the MS ABI for Win32 targets 2014-01-13 19:48:13 +00:00
except Take cv-qualifiers on fields of class type into account when determining 2013-11-25 07:07:05 +00:00
expr Require the type of a by-copy capture to be complete before creating its field. 2013-12-18 23:02:36 +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 Update tests in preparation for using the MS ABI for Win32 targets 2014-01-13 19:48:13 +00:00
stmt.stmt Add -Wdeprecated warnings and fixits for things deprecated in C++11: 2013-06-13 02:02:51 +00:00
temp PR18401: Fix assert by implementing the current proposed direction of core 2014-01-09 02:22:22 +00:00