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