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