summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/special/class.copy/p15-0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* When synthesizing an implicitly-defined copy or move constructor, orDouglas Gregor2011-11-281-0/+23
| | | | | | | | when computing the exception specification of a copy or move constructor, ignore non-static data member initializers. Fixes PR11418 / <rdar://problem/10478642>. llvm-svn: 145269
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Expand test of C++0x [class.copymove]p15 to make sure we're actually calling ↵Douglas Gregor2011-08-101-0/+7
| | | | | | the copy constructor of a base/member from an explicitly-defaulted copy constructor, rather than the default constructor llvm-svn: 137220
* When adding the base and member initializers for an implicitly-definedDouglas Gregor2011-08-101-0/+11
special member function, make sure to classify an explicitly-defaulted copy constructor as a "copy" operation. Fixes PR10622. llvm-svn: 137219
OpenPOWER on IntegriCloud