Age | Commit message (Expand) | Author |
---|---|---|
2013-04-20 | Implement core issue 1608: class members can be found via operator lookup in ... | Richard Smith |
2012-09-25 | Fix crash when a decltype expression in a trailing return type refers to the | Richard Smith |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2010-10-01 | Implement the C++0x "trailing return type" feature, e.g., | Douglas Gregor |