- 0f7e94f When checking for uninitialized fields in member initializers, special case static variables and enums. Fixes PR8075. by Anders Carlsson · 15 years ago
- 03f0e2b Do not warn with -Wuninitialized when the member is used in a sizeof or address-of expression. by Argyrios Kyrtzidis · 15 years ago
- 3696dcb Don't try to initialize a reference with a constructed temporary if either by John McCall · 15 years ago
- 139e962 Reapply r107235, this time with both my typo fixed, and a logical bug fixed. by Chandler Carruth · 15 years ago
- 0e783c2 Revert r107235, it had a silly typo in it, and fixing the typo breaks something by Chandler Carruth · 15 years ago
- abb04f7 Fix PR7402: We were creating implicit member initializers for every field in an by Chandler Carruth · 15 years ago
- d7d4b20 Land this test. by Anders Carlsson · 16 years ago
- 53e1ba9 Revert enough of my patches to fix self-host again :( by Anders Carlsson · 16 years ago
- 90235be DefineImplicitCopyConstructor now uses SetBaseOrMemberInitializers to create implicit base initializers. (Member initializers are still handled by CodeGenFunction::SynthesizeCXXCopyConstructor for now). by Anders Carlsson · 16 years ago
- e87beb2 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 16 years ago
- dca6be0 Fix a think-o that broke self-host. by Anders Carlsson · 16 years ago
- 23eebd9 Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 16 years ago
- bb7b658 Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 16 years ago
- 3155f57 Turn access control on by default in -cc1. by John McCall · 16 years ago
- 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
- 7ae2d77 Rework base and member initialization in constructors, with several by Douglas Gregor · 16 years ago
- e1ac8d1 Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 16 years ago
- fd0b2f8 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
- 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
- 598caee Don't gratuitously mark the default constructors of base or member initializers as used by Douglas Gregor · 16 years ago
- d7686ef Unify the codepaths used to verify base and member initializers for explicitly by Eli Friedman · 16 years ago
- e22a04a Diagnose using a field to initialize itself. Patch by Brandon Pearcy! by John McCall · 16 years ago
- 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
- 8b9575f Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 16 years ago
- e82da99 Fixed test. by Fariborz Jahanian · 16 years ago
- 8675976 fix test (broken in r77224) by Benjamin Kramer · 16 years ago
- 4dcc53f Fixes broken test by accident. by Fariborz Jahanian · 16 years ago
- a5c3355 More Sema check for constructor's member initializer along by Fariborz Jahanian · 16 years ago
- ca2f085 Diagnose when base classes and members to be intialized by Fariborz Jahanian · 16 years ago
- 0228bc1 Add constructor used to initialize base/member in by Fariborz Jahanian · 16 years ago
- 341583c Sema check on out of order object initialization of by Fariborz Jahanian · 16 years ago
- 302bb66 Patch to support optional nested-name-specifier in in ctor-initializer list. by Fariborz Jahanian · 16 years ago
- cae5482 Diagnose multiple initialization of anonymous union by Fariborz Jahanian · 16 years ago
- 7baa71e More diagnostics related to initialization of direct bases by Fariborz Jahanian · 16 years ago
- 75fdaa4 Improve handling of base initializers. We now parse initializers in out of line decls, such as: by Anders Carlsson · 17 years ago
- a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
- 810d330 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 17 years ago
- 49de534 Improve parser error recovery after a constructor initializer by Douglas Gregor · 17 years ago
- e8381c0 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 17 years ago