Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
3a1737030e3c8d209987325c61dacb8e4a65123b
/
test
/
CodeGenCXX
/
member-function-pointers.cpp
3a17370
Move the code for converting a member pointer to a bool so that it is usable
by Eli Friedman
· 16 years ago
b81c786
Fix for PR5718: implement equality comparisons for member function pointers.
by Eli Friedman
· 16 years ago
9b37274
Some member pointer casting tests.
by Eli Friedman
· 16 years ago
a4c98cd
Convert the && and || operands to bool using standard conversions. Fixes PR5593.
by Anders Carlsson
· 16 years ago
bc0e078
Handle converting member pointers to bool.
by Anders Carlsson
· 16 years ago
47d1e82
Fix some tests in -Asserts mode. - FileCheck is a *huuuuge* improvement here.
by Daniel Dunbar
· 16 years ago
bb378cb
Use CK_BitCast for member function pointer casts. Fixes PR5138.
by Anders Carlsson
· 16 years ago
3eea635
Don't assume that the LHS and RHS of a member pointer expression is a DeclRefExpr. Fixes PR5177.
by Anders Carlsson
· 16 years ago
375c31c
Implement code generation of member function pointer calls. Fixes PR5121.
by Anders Carlsson
· 16 years ago
a024d17
Teach AggExprEmitter about pointers to member functions.
by Anders Carlsson
· 16 years ago
2c51f09
Handle base-to-derived casts of member function pointers in CGExprConstant.cpp
by Anders Carlsson
· 16 years ago
f57b4e4
Handle members to function pointers in CGExprConstant.
by Anders Carlsson
· 16 years ago
ee38316
Rewrite member function pointer test not to rely on -O2.
by Anders Carlsson
· 16 years ago
7b69956
Forgot test.
by Anders Carlsson
· 16 years ago