summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/destructor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Diagnose when a destructor uses a unrelated class type as its name.Fariborz Jahanian2009-07-211-0/+6
* Improve message for bad destructor decl. Per Doug's comment.Fariborz Jahanian2009-07-201-2/+3
* Issue a more descriptive diagnostics when mis-declaringFariborz Jahanian2009-07-201-2/+2
* C++ destructors can have a single unnamed void parameter. Fixes <rdar://probl...Anders Carlsson2009-04-301-0/+4
* various "is invalid" cleanups for C++ ctors/dtors.Chris Lattner2009-04-251-1/+5
* This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner2009-04-251-0/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-1/+1
* Enable out-of-line definitions of C++ constructors and destructorsDouglas Gregor2008-12-121-0/+7
* Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner2008-11-231-2/+2
* Changes in preparation for nested-name-specifiers.Argyrios Kyrtzidis2008-11-071-0/+3
* Parsing, representation, and preliminary semantic analysis of destructors.Douglas Gregor2008-11-051-0/+37
OpenPOWER on IntegriCloud