Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang's handling of the copy performed in the second phase of class | Richard Smith | 2016-09-07 | 1 | -3/+3 |
* | Fix all tests under test/CXX (and test/Analysis) to pass if clang's default | Richard Smith | 2016-08-31 | 1 | -1/+1 |
* | Change -Wbind-to-temporary-copy from an ExtWarn to an Extension. | Nico Weber | 2014-09-18 | 1 | -1/+1 |
* | Improve the error message when a function overload candidate is rejected | Kaelyn Uhrain | 2012-06-19 | 1 | -1/+1 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -2/+2 |
* | When performing initialization of a copy of a temporary object, use | Douglas Gregor | 2010-11-12 | 1 | -1/+1 |
* | PR7245: Make binding a reference to a temporary without a usable copy | Jeffrey Yasskin | 2010-06-07 | 1 | -8/+24 |
* | When checking the copy constructor for the optional copy during a | Douglas Gregor | 2010-04-18 | 1 | -3/+13 |
* | In C++98/03, when binding a reference to an rvalue of | Douglas Gregor | 2010-04-18 | 1 | -0/+51 |