1. c1826a5 Add test. by Eli Friedman · 11 years ago
  2. cddbc1d Don't try to check override control for invalid member functions. Fixes a crash in a corner case. Patch by Olivier Goffart! by Richard Smith · 12 years ago
  3. ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 13 years ago
  4. f250365 Diagnose attempts to write a templated data member, from Stepan by Douglas Gregor · 13 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 9148c3f Before checking a template template argument against its corresponding by Douglas Gregor · 15 years ago
  7. 9106ef7 Instantiation of template template parameters for nested templates, e.g., by Douglas Gregor · 15 years ago
  8. 33642df Implement template instantiation for non-type template parameters. Fixes PR5103. by Douglas Gregor · 15 years ago
  9. 1cdcc57 When re-entering a template scope, we may be entering a class template by Douglas Gregor · 15 years ago
  10. dacd434 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 15 years ago
  11. 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
  12. c131ebb Test out-of-line definitions of static data members of nested member class templates by Douglas Gregor · 15 years ago
  13. 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
  14. 05396e2 Implement out-of-line definitions of nested class templates. Most of by Douglas Gregor · 15 years ago
  15. c305833 Keep track of the template parameter depth properly when we have by Douglas Gregor · 15 years ago
  16. c19ee3e Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 15 years ago
  17. 551f48c Tests and fixes for templates declared within (non-template) by Douglas Gregor · 16 years ago