1. f1f20e6 Fix a couple of places where we assumed that non-type template parameters are always rvalues. by Richard Smith · 8 years ago
  2. 65615d4 Add test. by Eli Friedman · 12 years ago
  3. 09b031f 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 · 13 years ago
  4. fe0055e When we see an out-of-line definition of a member class template that by Douglas Gregor · 14 years ago
  5. 7c26c04 Diagnose attempts to write a templated data member, from Stepan by Douglas Gregor · 14 years ago
  6. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  7. e62e6a0 Before checking a template template argument against its corresponding by Douglas Gregor · 16 years ago
  8. 38fee96 Instantiation of template template parameters for nested templates, e.g., by Douglas Gregor · 16 years ago
  9. 6b815c8 Implement template instantiation for non-type template parameters. Fixes PR5103. by Douglas Gregor · 16 years ago
  10. e61ef62 When re-entering a template scope, we may be entering a class template by Douglas Gregor · 16 years ago
  11. 053f691 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 16 years ago
  12. 24ebdae Test out-of-line definition of a static data member of a member class of a nested class template. Phew by Douglas Gregor · 16 years ago
  13. 7b6a83a Test out-of-line definitions of static data members of nested member class templates by Douglas Gregor · 16 years ago
  14. e861bac Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 16 years ago
  15. 1d5e9f9 Implement out-of-line definitions of nested class templates. Most of by Douglas Gregor · 16 years ago
  16. a3dff8e Keep track of the template parameter depth properly when we have by Douglas Gregor · 16 years ago
  17. f187420f Diagnose class members that shadow a template parameter. Fixes by Douglas Gregor · 16 years ago
  18. fdca4a7 Tests and fixes for templates declared within (non-template) by Douglas Gregor · 17 years ago