1. e410be9 Implement core issue 1608: class members can be found via operator lookup in a trailing return type in that class's body. by Richard Smith · 11 years ago
  2. e49ff3e Fix crash when a decltype expression in a trailing return type refers to the by Richard Smith · 12 years ago
  3. eefb3d5 Track whether a function type has a trailing return type as type sugar. Use this by Richard Smith · 13 years ago
  4. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  5. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  6. dab60ad Implement the C++0x "trailing return type" feature, e.g., by Douglas Gregor · 14 years ago