aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/member-function-pointers.cpp
AgeCommit message (Expand)Author
2010-02-07Use the right type when taking the address of a non-virtual member function p...Anders Carlsson
2010-02-04Calculate offset correctly when taking the address of a virtual member function.Anders Carlsson
2010-01-16Make the AST explicitly represent the cast of the first operand of a Eli Friedman
2010-01-05When emitting member function pointers, use the canonical decl if the member ...Anders Carlsson
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Move the code for converting a member pointer to a bool so that it is usableEli Friedman
2009-12-11Fix for PR5718: implement equality comparisons for member function pointers.Eli Friedman
2009-11-27Some member pointer casting tests.Eli Friedman
2009-11-23Convert the && and || operands to bool using standard conversions. Fixes PR5593.Anders Carlsson
2009-11-23Handle converting member pointers to bool.Anders Carlsson
2009-11-11Fix some tests in -Asserts mode.Daniel Dunbar
2009-10-18Use CK_BitCast for member function pointer casts. Fixes PR5138.Anders Carlsson
2009-10-13Don't assume that the LHS and RHS of a member pointer expression is a DeclRef...Anders Carlsson
2009-10-03Implement code generation of member function pointer calls. Fixes PR5121.Anders Carlsson
2009-10-03Teach AggExprEmitter about pointers to member functions.Anders Carlsson
2009-10-03Handle base-to-derived casts of member function pointers in CGExprConstant.cppAnders Carlsson
2009-10-03Handle members to function pointers in CGExprConstant.Anders Carlsson
2009-10-03Rewrite member function pointer test not to rely on -O2.Anders Carlsson
2009-09-29Forgot test.Anders Carlsson