summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/pointers-to-data-members.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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