summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/member-function-pointers.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Change representation of member function pointers for MIPS targetsZoran Jovanovic2015-02-181-0/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Use ARM-style representation for C++ method pointers under PNaCl/EmscriptenMark Seaborn2013-07-241-0/+3
* Restructure some of the member-pointer tests, implicitlyJohn McCall2012-05-011-52/+67
* Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall2012-02-151-0/+40
* Update clang tests for r137527.Eli Friedman2011-08-121-1/+1
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-22/+22
* Reorganize the emission of (unfoldable) constant casts a bit, andJohn McCall2011-03-151-0/+23
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-231-2/+2
* Eliminate a stale assertion. Fixes Clang self-host.Douglas Gregor2010-08-221-0/+11
* Clean up a very silly use of first-class aggregates.John McCall2010-08-221-8/+4
* Experiment with using first-class aggregates to represent member functionJohn McCall2010-08-221-30/+22
* Abstract out member-pointer creation. I'm really unhappy about the currentJohn McCall2010-08-221-0/+20
* If we're generating code to create a pointer-to-member functionDouglas Gregor2010-05-031-0/+6
* When computing the address of a virtual member function pointer, use the poin...Anders Carlsson2010-05-031-10/+21
* Use the right type when taking the address of a non-virtual member function p...Anders Carlsson2010-02-071-3/+17
* Calculate offset correctly when taking the address of a virtual member function.Anders Carlsson2010-02-041-4/+13
* Make the AST explicitly represent the cast of the first operand of a Eli Friedman2010-01-161-0/+11
* When emitting member function pointers, use the canonical decl if the member ...Anders Carlsson2010-01-051-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Move the code for converting a member pointer to a bool so that it is usableEli Friedman2009-12-111-0/+15
* Fix for PR5718: implement equality comparisons for member function pointers.Eli Friedman2009-12-111-0/+8
* Some member pointer casting tests.Eli Friedman2009-11-271-0/+5
* Convert the && and || operands to bool using standard conversions. Fixes PR5593.Anders Carlsson2009-11-231-0/+9
* Handle converting member pointers to bool.Anders Carlsson2009-11-231-0/+4
* Fix some tests in -Asserts mode.Daniel Dunbar2009-11-111-3/+3
* Use CK_BitCast for member function pointer casts. Fixes PR5138.Anders Carlsson2009-10-181-0/+16
* Don't assume that the LHS and RHS of a member pointer expression is a DeclRef...Anders Carlsson2009-10-131-0/+17
* Implement code generation of member function pointer calls. Fixes PR5121.Anders Carlsson2009-10-031-0/+5
* Teach AggExprEmitter about pointers to member functions.Anders Carlsson2009-10-031-1/+15
* Handle base-to-derived casts of member function pointers in CGExprConstant.cppAnders Carlsson2009-10-031-0/+6
* Handle members to function pointers in CGExprConstant.Anders Carlsson2009-10-031-4/+10
* Rewrite member function pointer test not to rely on -O2.Anders Carlsson2009-10-031-11/+11
* Forgot test.Anders Carlsson2009-09-291-0/+25