summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/destructor.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR11684, core issue 1417:Richard Smith2012-02-101-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add new warning that warns when invoking 'delete' on a polymorphic, non-final...Argyrios Kyrtzidis2011-05-241-1/+174
* When clearing a LookupResult structure, clear out the naming class,Douglas Gregor2011-03-041-0/+13
* Teach the virtual-functions-without-virtual-destructor warning to onlyDouglas Gregor2011-02-191-0/+5
* Don't warn for -Wnon-virtual-dtor for dependent classes.Argyrios Kyrtzidis2011-02-021-0/+12
* Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin K...Argyrios Kyrtzidis2011-01-311-0/+12
* Warn if the class has virtual methods but non-virtual destructor. Addresses r...Argyrios Kyrtzidis2011-01-311-1/+29
* Tie DefineVTablesUsed() in with recursive function instantiation so that we emitNick Lewycky2010-11-251-3/+3
* When we run into an error parsing or type-checking the left-hand sideDouglas Gregor2010-09-171-2/+3
* Fix a crash on invalid when declaring an implicit member of a class with anJohn McCall2010-08-121-0/+14
* Only look up an 'operator delete' on the definition of a destructor, not onJohn McCall2010-08-041-1/+1
* Unbreak test on platforms where size_t != unsigned long.Benjamin Kramer2010-07-031-1/+1
* Mark the operator delete associated with a virtual destructor as referenced.John McCall2010-07-031-0/+17
* Reinstate fix for PR7526, which was failing because, now that weDouglas Gregor2010-07-011-1/+6
* Revert r107374, which broke bootstrap.Douglas Gregor2010-07-011-3/+1
* When building the type of a destructor, make sure to keep theDouglas Gregor2010-07-011-1/+3
* Do not mark the destructor of a function parameter's type. Fixes PR6709.Douglas Gregor2010-03-261-0/+5
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Don't try to finalize an ill-formed variable or one whose class type is ill-f...Douglas Gregor2010-02-251-0/+17
* Improve parsing and instantiation of destructor names, so that we canDouglas Gregor2010-02-161-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* 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