1. e174bd0 If we're generating code to create a pointer-to-member function by Douglas Gregor · 14 years ago
  2. 32897fd When computing the address of a virtual member function pointer, use the pointer width instead of hardcoding for 64-bit. by Anders Carlsson · 14 years ago
  3. 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 15 years ago
  4. e8a81f7 Calculate offset correctly when taking the address of a virtual member function. by Anders Carlsson · 15 years ago
  5. 3005efe Make the AST explicitly represent the cast of the first operand of a by Eli Friedman · 15 years ago
  6. 7af4ec7 When emitting member function pointers, use the canonical decl if the member function is virtual. Fixes PR5940. by Anders Carlsson · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. 3a17370 Move the code for converting a member pointer to a bool so that it is usable by Eli Friedman · 15 years ago
  9. b81c786 Fix for PR5718: implement equality comparisons for member function pointers. by Eli Friedman · 15 years ago
  10. 9b37274 Some member pointer casting tests. by Eli Friedman · 15 years ago
  11. a4c98cd Convert the && and || operands to bool using standard conversions. Fixes PR5593. by Anders Carlsson · 15 years ago
  12. bc0e078 Handle converting member pointers to bool. by Anders Carlsson · 15 years ago
  13. 47d1e82 Fix some tests in -Asserts mode. - FileCheck is a *huuuuge* improvement here. by Daniel Dunbar · 15 years ago
  14. bb378cb Use CK_BitCast for member function pointer casts. Fixes PR5138. by Anders Carlsson · 15 years ago
  15. 3eea635 Don't assume that the LHS and RHS of a member pointer expression is a DeclRefExpr. Fixes PR5177. by Anders Carlsson · 15 years ago
  16. 375c31c Implement code generation of member function pointer calls. Fixes PR5121. by Anders Carlsson · 15 years ago
  17. a024d17 Teach AggExprEmitter about pointers to member functions. by Anders Carlsson · 15 years ago
  18. 2c51f09 Handle base-to-derived casts of member function pointers in CGExprConstant.cpp by Anders Carlsson · 15 years ago
  19. f57b4e4 Handle members to function pointers in CGExprConstant. by Anders Carlsson · 15 years ago
  20. ee38316 Rewrite member function pointer test not to rely on -O2. by Anders Carlsson · 15 years ago
  21. 7b69956 Forgot test. by Anders Carlsson · 15 years ago