summaryrefslogtreecommitdiff
path: root/test/SemaCXX/destructor.cpp
Commit message (Expand)AuthorAge
* PR11684, core issue 1417:Richard Smith2012-02-10
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-13
* Add new warning that warns when invoking 'delete' on a polymorphic, non-final...Argyrios Kyrtzidis2011-05-24
* When clearing a LookupResult structure, clear out the naming class,Douglas Gregor2011-03-04
* Teach the virtual-functions-without-virtual-destructor warning to onlyDouglas Gregor2011-02-19
* Don't warn for -Wnon-virtual-dtor for dependent classes.Argyrios Kyrtzidis2011-02-02
* Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin K...Argyrios Kyrtzidis2011-01-31
* Warn if the class has virtual methods but non-virtual destructor. Addresses r...Argyrios Kyrtzidis2011-01-31
* Tie DefineVTablesUsed() in with recursive function instantiation so that we emitNick Lewycky2010-11-25
* When we run into an error parsing or type-checking the left-hand sideDouglas Gregor2010-09-17
* Fix a crash on invalid when declaring an implicit member of a class with anJohn McCall2010-08-12
* Only look up an 'operator delete' on the definition of a destructor, not onJohn McCall2010-08-04
* Unbreak test on platforms where size_t != unsigned long.Benjamin Kramer2010-07-03
* Mark the operator delete associated with a virtual destructor as referenced.John McCall2010-07-03
* Reinstate fix for PR7526, which was failing because, now that weDouglas Gregor2010-07-01
* Revert r107374, which broke bootstrap.Douglas Gregor2010-07-01
* When building the type of a destructor, make sure to keep theDouglas Gregor2010-07-01
* Do not mark the destructor of a function parameter's type. Fixes PR6709.Douglas Gregor2010-03-26
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-10
* Don't try to finalize an ill-formed variable or one whose class type is ill-f...Douglas Gregor2010-02-25
* Improve parsing and instantiation of destructor names, so that we canDouglas Gregor2010-02-16
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Diagnose when a destructor uses a unrelated class type as its name.Fariborz Jahanian2009-07-21
* Improve message for bad destructor decl. Per Doug's comment.Fariborz Jahanian2009-07-20
* Issue a more descriptive diagnostics when mis-declaringFariborz Jahanian2009-07-20
* C++ destructors can have a single unnamed void parameter. Fixes <rdar://probl...Anders Carlsson2009-04-30
* various "is invalid" cleanups for C++ ctors/dtors.Chris Lattner2009-04-25
* This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner2009-04-25
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-19
* 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
* Changes in preparation for nested-name-specifiers.Argyrios Kyrtzidis2008-11-07
* Parsing, representation, and preliminary semantic analysis of destructors.Douglas Gregor2008-11-05