1. e0d5fe2 Use CanQualType to enforce the use of a canonical type argument to by Douglas Gregor · 14 years ago
  2. 17e1d35 Require a complete type for the lhs of member pointer dereference operations if the type isn't exactly the same as the container class. Fixes PR6783. by Sebastian Redl · 15 years ago
  3. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 15 years ago
  4. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  5. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  6. 9ba6166 Fix an assertion-on-error during tentative constructor parsing by by John McCall · 15 years ago
  7. e27d87f Make Clang complain about taking the address of an unqualified member function. Fixes PR5985. by Sebastian Redl · 15 years ago
  8. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 27d4be5 Implement [expr.mptr.oper]p6 for '->*' operator. by Fariborz Jahanian · 15 years ago
  11. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  12. 8d4655d Make an error message more clear. by Anders Carlsson · 15 years ago
  13. 949bf69 Handle member pointer types with dependent class types (e.g., int by Douglas Gregor · 15 years ago
  14. 3f5b61c Implement explicit instantiations of member classes of class templates, e.g., by Douglas Gregor · 15 years ago
  15. 9895d88 Fix a minor edge case in C89 mode related to the definition of a by Eli Friedman · 16 years ago
  16. e7450f5 Make sure to use RequireCompleteType rather than testing for by Douglas Gregor · 16 years ago
  17. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  18. 7878ffd Add negative test cases and fix diagnostics for member pointer dereferencing. by Sebastian Redl · 16 years ago
  19. 2246050 Implement dereferencing of pointers-to-member. by Sebastian Redl · 16 years ago
  20. 33b399a Implement taking address of member functions, including overloaded ones. by Sebastian Redl · 16 years ago
  21. ebc07d5 Allow taking the address of data members, resulting in a member pointer. by Sebastian Redl · 16 years ago
  22. 21593ac Implement pointer to member handling in static_cast. by Sebastian Redl · 16 years ago
  23. 9e5e4aa Remove an implemented FIXME and extend test cases. Follow-up on Doug's review. by Sebastian Redl · 16 years ago
  24. 4433aaf Implement implicit conversions for pointers-to-member. by Sebastian Redl · 16 years ago
  25. 8edef7c Make tentative parsing of pointer-to-member decls work, and fix other stuff pointed out by Doug. by Sebastian Redl · 16 years ago
  26. f30208a Add support for declaring pointers to members. by Sebastian Redl · 16 years ago