1. ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 13 years ago
  2. f250365 Diagnose attempts to write a templated data member, from Stepan by Douglas Gregor · 13 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 9148c3f Before checking a template template argument against its corresponding by Douglas Gregor · 15 years ago
  5. 9106ef7 Instantiation of template template parameters for nested templates, e.g., by Douglas Gregor · 15 years ago
  6. 33642df Implement template instantiation for non-type template parameters. Fixes PR5103. by Douglas Gregor · 15 years ago
  7. 1cdcc57 When re-entering a template scope, we may be entering a class template by Douglas Gregor · 15 years ago
  8. dacd434 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 15 years ago
  9. bc047ba Test out-of-line definition of a static data member of a member class of a nested class template. Phew by Douglas Gregor · 15 years ago
  10. c131ebb Test out-of-line definitions of static data members of nested member class templates by Douglas Gregor · 15 years ago
  11. 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
  12. 05396e2 Implement out-of-line definitions of nested class templates. Most of by Douglas Gregor · 15 years ago
  13. c305833 Keep track of the template parameter depth properly when we have by Douglas Gregor · 15 years ago
  14. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 15 years ago
  15. 551f48c Tests and fixes for templates declared within (non-template) by Douglas Gregor · 15 years ago