1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  5. 37aa0f7 If we find an error in the range expression in a range-based for loop, and the by Richard Smith · 11 years ago
  6. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  7. 4d09f59 Fix test better way. by Fariborz Jahanian · 12 years ago
  8. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  9. e38fa18 Don't assume that a valid expression for the first part of a for-statement by Richard Smith · 13 years ago
  10. c6c14e5 A couple minor fixes to template instantiation for for-range loops. by Eli Friedman · 13 years ago
  11. 6895a64 Be sure to emit delayed diagnostics after parsing the declaration by John McCall · 13 years ago
  12. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  13. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 13 years ago