aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/constructor-initializer.cpp
AgeCommit message (Expand)Author
2013-03-26<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor
2012-11-15Teach the uninitialized field warning about anonymous structs and union members.Nick Lewycky
2012-09-21Make warnings about uninitialized fields include the field name.Hans Wennborg
2012-08-08Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...Eli Friedman
2012-06-14Use a proper visitor to recursively check for uninitialized use in constructors.Richard Trieu
2012-02-22Improve diagnostics a bit for bad member initializers, and fix an obscure bug...Eli Friedman
2011-11-17Include named unions in union member init checkingDavid Blaikie
2010-10-06When checking for uninitialized fields in member initializers, special case s...Anders Carlsson
2010-09-21Do not warn with -Wuninitialized when the member is used in a sizeof or addre...Argyrios Kyrtzidis
2010-08-17Don't try to initialize a reference with a constructed temporary if eitherJohn McCall
2010-06-30Reapply r107235, this time with both my typo fixed, and a logical bug fixed.Chandler Carruth
2010-06-30Revert r107235, it had a silly typo in it, and fixing the typo breaks somethingChandler Carruth
2010-06-30Fix PR7402: We were creating implicit member initializers for every field in anChandler Carruth
2010-04-25Land this test.Anders Carlsson
2010-04-25Revert enough of my patches to fix self-host again :(Anders Carlsson
2010-04-24DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create ...Anders Carlsson
2010-04-23Recommit my change to how C++ does elaborated type lookups, now withJohn McCall
2010-04-23Fix a think-o that broke self-host.Anders Carlsson
2010-04-10Diagnose more cases of initializing distinct members of an anonymous unionJohn McCall
2010-04-10Diagnose misordered initializers in constructor templates immediately instead ofJohn McCall
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-31Rework base and member initialization in constructors, with severalDouglas Gregor
2010-01-13Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-15Don't gratuitously mark the default constructors of base or member initialize...Douglas Gregor
2009-11-09Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman
2009-11-04Diagnose using a field to initialize itself. Patch by Brandon Pearcy!John McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-24Top-level semicolons are allowed in C++0x. Fixes PR4755.Douglas Gregor
2009-07-29Fixed test.Fariborz Jahanian
2009-07-27fix test (broken in r77224)Benjamin Kramer
2009-07-24Fixes broken test by accident.Fariborz Jahanian
2009-07-24More Sema check for constructor's member initializer along Fariborz Jahanian
2009-07-23Diagnose when base classes and members to be intializedFariborz Jahanian
2009-07-23Add constructor used to initialize base/member inFariborz Jahanian
2009-07-09Sema check on out of order object initialization ofFariborz Jahanian
2009-06-30Patch to support optional nested-name-specifier in in ctor-initializerFariborz Jahanian
2009-06-30Diagnose multiple initialization of anonymous unionFariborz Jahanian
2009-06-30More diagnostics related to initialization of direct basesFariborz Jahanian
2009-03-25Improve handling of base initializers. We now parse initializers in out of li...Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2008-11-10Improve parser error recovery after a constructor initializerDouglas Gregor
2008-11-05Initial implementation of parsing, semantic analysis, and AST-buildingDouglas Gregor