summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/constructor-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-7/+4
* CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne2016-12-131-3/+3
* CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne2016-12-131-3/+3
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-141-3/+3
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-3/+3
* 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
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-9/+11
* Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner2014-12-031-6/+6
* 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-8/+8
* PR13273: When performing list-initialization with an empty initializer list,Richard Smith2012-07-051-0/+20
* Special members which are defaulted or deleted on their first declaration areRichard Smith2012-02-261-2/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Explicitly-defaulted copy/move constructors are not "implicit", butDouglas Gregor2011-09-221-1/+73
* Fix testcaseDouglas Gregor2011-07-011-16/+16
* Don't zero-initialize default-initialized local variables that haveDouglas Gregor2011-07-011-0/+16
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-3/+3
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-3/+3
* Fix test for no-asserts builds.John McCall2010-09-171-1/+1
* Currently we're initializing the vtable pointers of a class only afterJohn McCall2010-09-171-0/+32
* When adding initializers to a constructor, be sure that we are lookingDouglas Gregor2010-03-261-0/+21
* Switch more of Sema::CheckInitializerTypes over toDouglas Gregor2009-12-191-1/+22
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-13/+14
* Array member construction in prologue of user-declaredFariborz Jahanian2009-08-211-0/+3
* Patch to provide cast of objects in member accessFariborz Jahanian2009-07-291-2/+4
* More cleanup of data member access and then some.Fariborz Jahanian2009-07-281-0/+3
* More work toward data member access ir-gen.Fariborz Jahanian2009-07-281-0/+3
* ir-gen for non-virtual base class initializationFariborz Jahanian2009-07-251-0/+49