index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
member-function-pointers.cpp
Age
Commit message (
Expand
)
Author
2014-02-24
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-06-19
Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
2012-05-01
Restructure some of the member-pointer tests, implicitly
John McCall
2012-02-15
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2011-08-12
Update clang tests for r137527.
Eli Friedman
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-03-15
Reorganize the emission of (unfoldable) constant casts a bit, and
John McCall
2010-08-23
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-08-22
Eliminate a stale assertion. Fixes Clang self-host.
Douglas Gregor
2010-08-22
Clean up a very silly use of first-class aggregates.
John McCall
2010-08-22
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-22
Abstract out member-pointer creation. I'm really unhappy about the current
John McCall
2010-05-03
If we're generating code to create a pointer-to-member function
Douglas Gregor
2010-05-03
When computing the address of a virtual member function pointer, use the poin...
Anders Carlsson
2010-02-07
Use the right type when taking the address of a non-virtual member function p...
Anders Carlsson
2010-02-04
Calculate offset correctly when taking the address of a virtual member function.
Anders Carlsson
2010-01-16
Make the AST explicitly represent the cast of the first operand of a
Eli Friedman
2010-01-05
When emitting member function pointers, use the canonical decl if the member ...
Anders Carlsson
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-11
Move the code for converting a member pointer to a bool so that it is usable
Eli Friedman
2009-12-11
Fix for PR5718: implement equality comparisons for member function pointers.
Eli Friedman
2009-11-27
Some member pointer casting tests.
Eli Friedman
2009-11-23
Convert the && and || operands to bool using standard conversions. Fixes PR5593.
Anders Carlsson
2009-11-23
Handle converting member pointers to bool.
Anders Carlsson
2009-11-11
Fix some tests in -Asserts mode.
Daniel Dunbar
2009-10-18
Use CK_BitCast for member function pointer casts. Fixes PR5138.
Anders Carlsson
2009-10-13
Don't assume that the LHS and RHS of a member pointer expression is a DeclRef...
Anders Carlsson
2009-10-03
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-10-03
Teach AggExprEmitter about pointers to member functions.
Anders Carlsson
2009-10-03
Handle base-to-derived casts of member function pointers in CGExprConstant.cpp
Anders Carlsson
2009-10-03
Handle members to function pointers in CGExprConstant.
Anders Carlsson
2009-10-03
Rewrite member function pointer test not to rely on -O2.
Anders Carlsson
2009-09-29
Forgot test.
Anders Carlsson