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