aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/member-function-pointers.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-03[WebAssembly] Initial WebAssembly support in clangDan Gohman1-0/+2
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-2/+2
2015-02-18Change representation of member function pointers for MIPS targetsZoran Jovanovic1-0/+2
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-1/+1
2013-07-24Use ARM-style representation for C++ method pointers under PNaCl/EmscriptenMark Seaborn1-0/+3
2012-05-01Restructure some of the member-pointer tests, implicitlyJohn McCall1-52/+67
2012-02-15Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall1-0/+40
2011-08-12Update clang tests for r137527.Eli Friedman1-1/+1
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-22/+22
2011-03-15Reorganize the emission of (unfoldable) constant casts a bit, andJohn McCall1-0/+23
2010-08-23Abstract out everything having to do with member pointers into the ABIJohn McCall1-2/+2
2010-08-22Eliminate a stale assertion. Fixes Clang self-host.Douglas Gregor1-0/+11
2010-08-22Clean up a very silly use of first-class aggregates.John McCall1-8/+4
2010-08-22Experiment with using first-class aggregates to represent member functionJohn McCall1-30/+22
2010-08-22Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall1-0/+20
2010-05-03If we're generating code to create a pointer-to-member functionDouglas Gregor1-0/+6
2010-05-03When computing the address of a virtual member function pointer, use the poin...Anders Carlsson1-10/+21
2010-02-07Use the right type when taking the address of a non-virtual member function p...Anders Carlsson1-3/+17
2010-02-04Calculate offset correctly when taking the address of a virtual member function.Anders Carlsson1-4/+13
2010-01-16Make the AST explicitly represent the cast of the first operand of a Eli Friedman1-0/+11
2010-01-05When emitting member function pointers, use the canonical decl if the member ...Anders Carlsson1-0/+11
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-11Move the code for converting a member pointer to a bool so that it is usableEli Friedman1-0/+15
2009-12-11Fix for PR5718: implement equality comparisons for member function pointers.Eli Friedman1-0/+8
2009-11-27Some member pointer casting tests.Eli Friedman1-0/+5
2009-11-23Convert the && and || operands to bool using standard conversions. Fixes PR5593.Anders Carlsson1-0/+9
2009-11-23Handle converting member pointers to bool.Anders Carlsson1-0/+4
2009-11-11Fix some tests in -Asserts mode.Daniel Dunbar1-3/+3
2009-10-18Use CK_BitCast for member function pointer casts. Fixes PR5138.Anders Carlsson1-0/+16
2009-10-13Don't assume that the LHS and RHS of a member pointer expression is a DeclRef...Anders Carlsson1-0/+17
2009-10-03Implement code generation of member function pointer calls. Fixes PR5121.Anders Carlsson1-0/+5
2009-10-03Teach AggExprEmitter about pointers to member functions.Anders Carlsson1-1/+15
2009-10-03Handle base-to-derived casts of member function pointers in CGExprConstant.cppAnders Carlsson1-0/+6
2009-10-03Handle members to function pointers in CGExprConstant.Anders Carlsson1-4/+10
2009-10-03Rewrite member function pointer test not to rely on -O2.Anders Carlsson1-11/+11
2009-09-29Forgot test.Anders Carlsson1-0/+25