summaryrefslogtreecommitdiff
path: root/test/SemaCXX/constructor.cpp
Commit message (Expand)AuthorAge
* Diagnose C++ [class.mem]p13-14, where a class member has the same nameDouglas Gregor2010-10-15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Introduce a new class, UnqualifiedId, that provides a parsedDouglas Gregor2009-11-03
* Top-level semicolons are allowed in C++0x. Fixes PR4755.Douglas Gregor2009-08-24
* Parsing fix for out-of-line constructors, from Piotr RakDouglas Gregor2009-07-06
* Rework the way we handle constructor decls to be less hacky and fix PR3948 co...Anders Carlsson2009-04-30
* Just because a declaration has the same name as its containing class doesn't ...Anders Carlsson2009-04-29
* Improve recovery when a constructor fails to type-check. Test case from AndersDouglas Gregor2009-03-27
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Correct the order in which we cope with end-of-class-definitionDouglas Gregor2008-12-24
* Merge pr-3188.cpp into constructor.cpp.Sebastian Redl2008-12-23
* Place constructors and destructors into the DeclContext of the class,Douglas Gregor2008-12-15
* Enable out-of-line definitions of C++ constructors and destructorsDouglas Gregor2008-12-12
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-23
* Semantic checking of constructor declarations and classification of default/c...Douglas Gregor2008-10-31
* Add support for parsing and representing C++ constructor declarations.Douglas Gregor2008-10-31