1. a034782 Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy by Douglas Gregor · 14 years ago
  2. 5f3aeb6 Teach the warning about unnamed/local types in template arguments to by Douglas Gregor · 14 years ago
  3. 9b62363 Introduce support for emitting diagnostics (warnings + their notes) by Douglas Gregor · 14 years ago
  4. 3273b0c When finalizing a function template specialization following template by Douglas Gregor · 14 years ago
  5. 2c5399f Parentheses around address non-type template argument is demoted to an extension warning. by Abramo Bagnara · 14 years ago
  6. c6dbc3f Diagnose the instantiation of variables (including static data by Douglas Gregor · 14 years ago
  7. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  8. 17fb855 Allow anonymous and local types. The support was already in place for these, by Chandler Carruth · 14 years ago
  9. b7a0926 Overhaul checking of non-type template arguments that should refer to by Douglas Gregor · 14 years ago
  10. dcee980 When substituting a declaration non-type template argument for a by Douglas Gregor · 15 years ago
  11. e41ac7b Fix a bogus assertion after adjusting the type of a substituted by Douglas Gregor · 15 years ago
  12. 86a7625 When substituting the template argument for a pointer non-type by Douglas Gregor · 15 years ago
  13. 5147fa6 Fix PR6149 by looking at the qualifiers on the referred to type for non-type by Chandler Carruth · 15 years ago
  14. 038cc39 Fix PR6159 and several other problems with value-dependent non-type template by Chandler Carruth · 15 years ago
  15. 548028b Handle instantiation of templates with non-type arguments expressed with an by Chandler Carruth · 15 years ago