Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Improved diagnostic for qualifiers in reference binding | Anastasia Stulova | 2019-06-21 | 1 | -3/+3 |
* | [Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-refere... | Eric Fiselier | 2016-11-03 | 1 | -0/+43 |
* | [c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for | Richard Smith | 2016-10-22 | 1 | -0/+10 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 2 | -0/+2 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 2 | -2/+2 |
* | Implement C++0x [expr.static.cast]p9, which permits explicitly casting | Douglas Gregor | 2011-02-18 | 1 | -0/+29 |
* | Teach static_cast and dynamic_cast about rvalue references. | Douglas Gregor | 2011-01-22 | 1 | -0/+24 |