aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/constructor.cpp
AgeCommit message (Expand)Author
2009-11-03Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor
2009-08-24Top-level semicolons are allowed in C++0x. Fixes PR4755.Douglas Gregor
2009-07-06Parsing fix for out-of-line constructors, from Piotr RakDouglas Gregor
2009-04-30Rework the way we handle constructor decls to be less hacky and fix PR3948 co...Anders Carlsson
2009-04-29Just because a declaration has the same name as its containing class doesn't ...Anders Carlsson
2009-03-27Improve recovery when a constructor fails to type-check. Test case from AndersDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-24Correct the order in which we cope with end-of-class-definitionDouglas Gregor
2008-12-23Merge pr-3188.cpp into constructor.cpp.Sebastian Redl
2008-12-15Place constructors and destructors into the DeclContext of the class,Douglas Gregor
2008-12-12Enable out-of-line definitions of C++ constructors and destructorsDouglas Gregor
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-10-31Semantic checking of constructor declarations and classification of default/c...Douglas Gregor
2008-10-31Add support for parsing and representing C++ constructor declarations.Douglas Gregor