summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/pointers-to-data-members.cpp
AgeCommit message (Expand)Author
2015-11-14Make some tests LLVM-optimization agnostic and remove some others that were b...David Blaikie
2015-11-12Update clang regression tests for 'norecurse'James Molloy
2015-05-30[CodeGen] Indirect fields can initialize a unionDavid Majnemer
2015-05-26[CodeGen] Handle flexible array members containing pointers to membersDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-10-15CodeGen: Use the initing member's type for a union's storage type more oftenDavid Majnemer
2014-09-28CodeGen: Don't crash when initializing pointer-to-member fields in basesDavid Majnemer
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2012-06-15Make the ".*" operator work correctly when the base is a prvalue and the fiel...Eli Friedman
2011-12-07Make sure we correctly zero-initialize unions containing a pointer to data me...Eli Friedman
2011-07-12fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-04-17When laying out bases in, always try the "base subobject" LLVM type. If itAnders Carlsson
2011-02-15Perform zero-initialization of virtual base classes when emittingJohn McCall
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-10-31Don't try to evaluate the LHS or RHS of a member pointer binary operation. Fi...Anders Carlsson
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-09-02Fix a crash involving pointer-to-data-members of boolean type. We wereDouglas Gregor
2010-08-23Abstract out everything having to do with member pointers into the ABIJohn McCall
2010-06-26implement rdar://7432000 - signed negate should codegen as NSW.Chris Lattner
2010-06-03Don't try to explicitly zero out bit-fields.Anders Carlsson
2010-05-27When null-initializing bases with data member pointers, don't assert on virtu...Anders Carlsson
2010-05-22Really fix PR7139. There was one boost test that we still failed, and my firs...Anders Carlsson
2010-05-22Re-land the fix for PR7139.Anders Carlsson
2010-05-21Unbreak self-host.Anders Carlsson
2010-05-21Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...Anders Carlsson
2010-05-18Correctly initialize bases with member pointers. This should fix PR6441 but t...Anders Carlsson
2010-05-14Make sure that value-initialized pointers to data members are initialized cor...Anders Carlsson
2010-02-05Fix a test case.Anders Carlsson
2010-02-02Improve handling of emitting 'null' pointers to data members.Anders Carlsson
2010-02-02Move pointer to data member emission to CodeGenModule and use it in CGExprCon...Anders Carlsson
2010-02-02Merge a test into pointers-to-data-members.cpp and convert it to FileCheck.Anders Carlsson
2010-02-02Rename a test.Anders Carlsson