aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/member-function-pointers.cpp
AgeCommit message (Expand)Author
2014-02-24Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2013-06-19Use ARM-style representation for C++ method pointers under PNaClMark Seaborn
2012-05-01Restructure some of the member-pointer tests, implicitlyJohn McCall
2012-02-15Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall
2011-08-12Update clang tests for r137527.Eli Friedman
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-03-15Reorganize the emission of (unfoldable) constant casts a bit, andJohn McCall
2010-08-23Abstract out everything having to do with member pointers into the ABIJohn McCall
2010-08-22Eliminate a stale assertion. Fixes Clang self-host.Douglas Gregor
2010-08-22Clean up a very silly use of first-class aggregates.John McCall
2010-08-22Experiment with using first-class aggregates to represent member functionJohn McCall
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall
2010-05-03If we're generating code to create a pointer-to-member functionDouglas Gregor
2010-05-03When computing the address of a virtual member function pointer, use the poin...Anders Carlsson
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