summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/constructor-initializer.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor2013-03-261-2/+4
* Teach the uninitialized field warning about anonymous structs and union members.Nick Lewycky2012-11-151-0/+6
* Make warnings about uninitialized fields include the field name.Hans Wennborg2012-09-211-8/+8
* Get rid of an early return in Sema::ActOnFields which doesn't make sense anym...Eli Friedman2012-08-081-2/+2
* Use a proper visitor to recursively check for uninitialized use in constructors.Richard Trieu2012-06-141-3/+6
* Improve diagnostics a bit for bad member initializers, and fix an obscure bug...Eli Friedman2012-02-221-0/+12
* Include named unions in union member init checkingDavid Blaikie2011-11-171-1/+1
* When checking for uninitialized fields in member initializers, special case s...Anders Carlsson2010-10-061-0/+29
* Do not warn with -Wuninitialized when the member is used in a sizeof or addre...Argyrios Kyrtzidis2010-09-211-1/+5
* Don't try to initialize a reference with a constructed temporary if eitherJohn McCall2010-08-171-0/+14
* Reapply r107235, this time with both my typo fixed, and a logical bug fixed.Chandler Carruth2010-06-301-0/+17
* Revert r107235, it had a silly typo in it, and fixing the typo breaks somethingChandler Carruth2010-06-301-17/+0
* Fix PR7402: We were creating implicit member initializers for every field in anChandler Carruth2010-06-301-0/+17
* Land this test.Anders Carlsson2010-04-251-1/+16
* Revert enough of my patches to fix self-host again :(Anders Carlsson2010-04-251-16/+1
* DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create ...Anders Carlsson2010-04-241-1/+16
* Recommit my change to how C++ does elaborated type lookups, now withJohn McCall2010-04-231-0/+7
* Fix a think-o that broke self-host.Anders Carlsson2010-04-231-0/+11
* Diagnose more cases of initializing distinct members of an anonymous unionJohn McCall2010-04-101-2/+3
* Diagnose misordered initializers in constructor templates immediately instead ofJohn McCall2010-04-101-4/+3
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* Rework base and member initialization in constructors, with severalDouglas Gregor2010-01-311-4/+4
* Improve the reporting of non-viable overload candidates by noting the reasonJohn McCall2010-01-131-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-5/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't gratuitously mark the default constructors of base or member initialize...Douglas Gregor2009-11-151-0/+15
* Unify the codepaths used to verify base and member initializers for explicitlyEli Friedman2009-11-091-4/+7
* Diagnose using a field to initialize itself. Patch by Brandon Pearcy!John McCall2009-11-041-0/+33
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-7/+7
* Top-level semicolons are allowed in C++0x. Fixes PR4755.Douglas Gregor2009-08-241-1/+0
* Fixed test.Fariborz Jahanian2009-07-291-1/+1
* fix test (broken in r77224)Benjamin Kramer2009-07-271-1/+1
* Fixes broken test by accident.Fariborz Jahanian2009-07-241-1/+2
* More Sema check for constructor's member initializer along Fariborz Jahanian2009-07-241-2/+8
* Diagnose when base classes and members to be intializedFariborz Jahanian2009-07-231-0/+20
* Add constructor used to initialize base/member inFariborz Jahanian2009-07-231-0/+1
* Sema check on out of order object initialization ofFariborz Jahanian2009-07-091-4/+6
* Patch to support optional nested-name-specifier in in ctor-initializerFariborz Jahanian2009-06-301-0/+19
* Diagnose multiple initialization of anonymous unionFariborz Jahanian2009-06-301-0/+8
* More diagnostics related to initialization of direct basesFariborz Jahanian2009-06-301-0/+12
* Improve handling of base initializers. We now parse initializers in out of li...Anders Carlsson2009-03-251-0/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-1/+1
* Improve parser error recovery after a constructor initializerDouglas Gregor2008-11-101-0/+4
* Initial implementation of parsing, semantic analysis, and AST-buildingDouglas Gregor2008-11-051-0/+43
OpenPOWER on IntegriCloud