1. 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
  2. 4d09f59 Fix test better way. by Fariborz Jahanian · 12 years ago
  3. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  4. e38fa18 Don't assume that a valid expression for the first part of a for-statement by Richard Smith · 13 years ago
  5. c6c14e5 A couple minor fixes to template instantiation for for-range loops. by Eli Friedman · 13 years ago
  6. 6895a64 Be sure to emit delayed diagnostics after parsing the declaration by John McCall · 13 years ago
  7. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  8. ad762fc Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291). by Richard Smith · 14 years ago