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