1. d7c56e1 Change the diagnostics which said 'accepted as an extension' to instead say by Richard Smith · 13 years ago
  2. 8e0c118 Diagnose class template (partial) specializations that occur in the by Douglas Gregor · 13 years ago
  3. a4d5de5 When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the by Douglas Gregor · 14 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 03c5705 Require the object type of a member access expression ("." or "->") to by Douglas Gregor · 15 years ago
  7. 8b13c08 Improve recovery in a wonky case where one tries to specialize a by Douglas Gregor · 15 years ago
  8. 972e6ce Only set the point of instantiation for an implicit or explicit by Douglas Gregor · 15 years ago
  9. b3ae4fc Diagnose the declaration of explicit specializations after an implicit by Douglas Gregor · 15 years ago
  10. 1fef4e6 Type checking for specializations of member functions of class by Douglas Gregor · 15 years ago
  11. d5cb876 Refactor checking of the scope of explicit template specialization by Douglas Gregor · 15 years ago
  12. db3a0f5 Make sure to compare primary declaration contexts when determining whether a declaration is in scope by Douglas Gregor · 15 years ago
  13. c8ab256 Initial infrastructure for class template partial specialization. Here by Douglas Gregor · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. 9813753 Add pretty-printing for class template specializations, e.g., by Douglas Gregor · 15 years ago
  16. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
  17. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 16 years ago
  18. 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 16 years ago
  19. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
  20. ac1afdc Include the appropriate header for malloc by Douglas Gregor · 16 years ago
  21. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  22. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  23. cc63668 Implement basic parsing and semantic analysis for explicit by Douglas Gregor · 16 years ago