Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When we see something that looks like a constructor with a return type, only ↵ | Richard Smith | 2015-07-06 | 1 | -1/+1 |
| | | | | | | issue one error, not two. llvm-svn: 241424 | ||||
* | Drive-by fix of incorrect diagnostic, and a test case for said diagnostic. ↵ | Sebastian Redl | 2012-02-11 | 1 | -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 as | Richard Smith | 2011-11-10 | 1 | -0/+4 |
| | | | | | | defaulted or deleted. llvm-svn: 144270 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Implement a few basic tests for defaulted and deleted functions. | Alexis Hunt | 2011-05-13 | 1 | -0/+15 |
More comprehensive testing once copy {constructors,assignment operators} can be defaulted. llvm-svn: 131275 |