| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When overload resolution picks an implicitly-deleted special member | Douglas Gregor | 2012-02-15 | 1 | -3/+2 |
| | | | | | | | | | | function, provide a specialized diagnostic that indicates the kind of special member function (default constructor, copy assignment operator, etc.) and that it was implicitly deleted. Add a hook where we can provide more detailed information later. llvm-svn: 150611 | ||||
| * | 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 support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -0/+63 |
| llvm-svn: 132878 | |||||

