summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/pointers-to-data-members.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie2015-11-141-38/+0
* Update clang regression tests for 'norecurse'James Molloy2015-11-121-1/+1
* [CodeGen] Indirect fields can initialize a unionDavid Majnemer2015-05-301-0/+10
* [CodeGen] Handle flexible array members containing pointers to membersDavid Majnemer2015-05-261-0/+8
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* CodeGen: Use the initing member's type for a union's storage type more oftenDavid Majnemer2014-10-151-0/+9
* CodeGen: Don't crash when initializing pointer-to-member fields in basesDavid Majnemer2014-09-281-1/+14
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-3/+3
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-3/+3
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-6/+3
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-3/+6
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-6/+3
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-2/+7
* 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