summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/pointers-to-data-members.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make the ".*" operator work correctly when the base is a prvalue and the fiel...Eli Friedman2012-06-151-0/+14
* Make sure we correctly zero-initialize unions containing a pointer to data me...Eli Friedman2011-12-071-0/+10
* fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner2011-07-121-2/+2
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-4/+4
* When laying out bases in, always try the "base subobject" LLVM type. If itAnders Carlsson2011-04-171-5/+5
* Perform zero-initialization of virtual base classes when emitting John McCall2011-02-151-15/+28
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* Don't try to evaluate the LHS or RHS of a member pointer binary operation. Fi...Anders Carlsson2010-10-311-0/+11
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-3/+6
* Fix a crash involving pointer-to-data-members of boolean type. We wereDouglas Gregor2010-09-021-0/+14
* Abstract out everything having to do with member pointers into the ABIJohn McCall2010-08-231-5/+11
* implement rdar://7432000 - signed negate should codegen as NSW.Chris Lattner2010-06-261-2/+2
* Don't try to explicitly zero out bit-fields.Anders Carlsson2010-06-031-0/+11
* When null-initializing bases with data member pointers, don't assert on virtu...Anders Carlsson2010-05-271-0/+21
* Really fix PR7139. There was one boost test that we still failed, and my firs...Anders Carlsson2010-05-221-0/+6
* Re-land the fix for PR7139.Anders Carlsson2010-05-221-1/+28
* Unbreak self-host.Anders Carlsson2010-05-211-28/+1
* Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...Anders Carlsson2010-05-211-1/+28
* Correctly initialize bases with member pointers. This should fix PR6441 but t...Anders Carlsson2010-05-181-0/+16
* Make sure that value-initialized pointers to data members are initialized cor...Anders Carlsson2010-05-141-0/+17
* Fix a test case.Anders Carlsson2010-02-051-1/+2
* Improve handling of emitting 'null' pointers to data members.Anders Carlsson2010-02-021-0/+17
* Move pointer to data member emission to CodeGenModule and use it in CGExprCon...Anders Carlsson2010-02-021-17/+28
* Merge a test into pointers-to-data-members.cpp and convert it to FileCheck.Anders Carlsson2010-02-021-0/+32
* Rename a test.Anders Carlsson2010-02-021-0/+26
OpenPOWER on IntegriCloud