aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/constructor-initializer.cpp
AgeCommit message (Expand)Author
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