1. 6056d5e PR16519, PR18009: When checking a partial specialization for uses of its own by Richard Smith · 12 years ago
  2. a98f8fc Give a more appropriate diagnostic when a template specialization or by Richard Smith · 12 years ago
  3. e434590 Change the diagnostics which said 'accepted as an extension' to instead say by Richard Smith · 14 years ago
  4. 44e5a0a Diagnose class template (partial) specializations that occur in the by Douglas Gregor · 14 years ago
  5. 8ce6315 When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the by Douglas Gregor · 15 years ago
  6. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  7. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  8. 3fad617 Require the object type of a member access expression ("." or "->") to by Douglas Gregor · 16 years ago
  9. dd6c035 Improve recovery in a wonky case where one tries to specialize a by Douglas Gregor · 16 years ago
  10. ef6ab41 Only set the point of instantiation for an implicit or explicit by Douglas Gregor · 16 years ago
  11. 06db9f5 Diagnose the declaration of explicit specializations after an implicit by Douglas Gregor · 16 years ago
  12. 5c0405d Type checking for specializations of member functions of class by Douglas Gregor · 16 years ago
  13. 5488865 Refactor checking of the scope of explicit template specialization by Douglas Gregor · 16 years ago
  14. 13789b3 Make sure to compare primary declaration contexts when determining whether a declaration is in scope by Douglas Gregor · 16 years ago
  15. 2373c59 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 16 years ago
  16. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  17. 65b2c4c Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 17 years ago
  18. 463421d Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 17 years ago
  19. 8d09216 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 17 years ago
  20. 1e249f8 Improve location information on "reused" class template specialization by Douglas Gregor · 17 years ago
  21. f47b911 Perform additional semantic checking of class template by Douglas Gregor · 17 years ago
  22. 441f241 Include the appropriate header for malloc by Douglas Gregor · 17 years ago
  23. 7f74112 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 17 years ago
  24. 0f3dd9a Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 17 years ago
  25. 67a6564 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 17 years ago