Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR17295: Do not allow explicit conversion functions to be used in cases where | Richard Smith | 2013-09-21 | 1 | -7/+74 |
* | Refactor places which perform contextual implicit conversions to go through a | Richard Smith | 2013-05-21 | 1 | -2/+2 |
* | Update regression tests for r166617. | Eli Friedman | 2012-10-24 | 1 | -11/+11 |
* | Implement C++11 [over.match.copy]p1b2, which allows the use of | Douglas Gregor | 2012-02-24 | 1 | -14/+5 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -1/+1 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Declare and define implicit move constructor and assignment operator. | Sebastian Redl | 2011-08-30 | 1 | -1/+6 |
* | Tests for explicit conversion operators, along with a fix to avoid | Douglas Gregor | 2011-07-23 | 1 | -0/+140 |
* | Fix a pretty bad bug where if a constructor (or conversion function) was mark... | Anders Carlsson | 2010-01-24 | 1 | -0/+39 |