aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/constructor-init.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith1-7/+4
2016-12-13CodeGen: Start using inrange annotations on vtable getelementptr.Peter Collingbourne1-3/+3
2016-12-13CodeGen: New vtable group representation: struct of vtable arrays.Peter Collingbourne1-3/+3
2016-03-14CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne1-3/+3
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-3/+3
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-2/+2
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-1/+1
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola1-9/+11
2014-12-03Cast vtable address points to i32 (...)** to enable more globaloptReid Kleckner1-6/+6
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel1-1/+1
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky1-1/+1
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-8/+8
2012-07-05PR13273: When performing list-initialization with an empty initializer list,Richard Smith1-0/+20
2012-02-26Special members which are defaulted or deleted on their first declaration areRichard Smith1-2/+1
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith1-1/+1
2011-09-22Explicitly-defaulted copy/move constructors are not "implicit", butDouglas Gregor1-1/+73
2011-07-01Fix testcaseDouglas Gregor1-16/+16
2011-07-01Don't zero-initialize default-initialized local variables that haveDouglas Gregor1-0/+16
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola1-3/+3
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola1-3/+3
2010-09-17Fix test for no-asserts builds.John McCall1-1/+1
2010-09-17Currently we're initializing the vtable pointers of a class only afterJohn McCall1-0/+32
2010-03-26When adding initializers to a constructor, be sure that we are lookingDouglas Gregor1-0/+21
2009-12-19Switch more of Sema::CheckInitializerTypes over toDouglas Gregor1-1/+22
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-13/+14
2009-08-21Array member construction in prologue of user-declaredFariborz Jahanian1-0/+3
2009-07-29Patch to provide cast of objects in member accessFariborz Jahanian1-2/+4
2009-07-28More cleanup of data member access and then some.Fariborz Jahanian1-0/+3
2009-07-28More work toward data member access ir-gen.Fariborz Jahanian1-0/+3
2009-07-25ir-gen for non-virtual base class initializationFariborz Jahanian1-0/+49