summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx-default-delete.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When we see something that looks like a constructor with a return type, only ↵Richard Smith2015-07-061-1/+1
| | | | | | issue one error, not two. llvm-svn: 241424
* Drive-by fix of incorrect diagnostic, and a test case for said diagnostic. ↵Sebastian Redl2012-02-111-2/+6
| | | | | | The double error is unfortunate, but I really don't see an alternative whose effort is worth it. llvm-svn: 150317
* PR11148: Fix crash-on-invalid if an invalid member declaration is marked asRichard Smith2011-11-101-0/+4
| | | | | | defaulted or deleted. llvm-svn: 144270
* 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
* Implement a few basic tests for defaulted and deleted functions.Alexis Hunt2011-05-131-0/+15
More comprehensive testing once copy {constructors,assignment operators} can be defaulted. llvm-svn: 131275
OpenPOWER on IntegriCloud