| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only look up an 'operator delete' on the definition of a destructor, not on | John McCall | 2010-08-04 | 1 | -1/+1 |
| * | Unbreak test on platforms where size_t != unsigned long. | Benjamin Kramer | 2010-07-03 | 1 | -1/+1 |
| * | Mark the operator delete associated with a virtual destructor as referenced. | John McCall | 2010-07-03 | 1 | -0/+17 |
| * | Reinstate fix for PR7526, which was failing because, now that we | Douglas Gregor | 2010-07-01 | 1 | -1/+6 |
| * | Revert r107374, which broke bootstrap. | Douglas Gregor | 2010-07-01 | 1 | -3/+1 |
| * | When building the type of a destructor, make sure to keep the | Douglas Gregor | 2010-07-01 | 1 | -1/+3 |
| * | Do not mark the destructor of a function parameter's type. Fixes PR6709. | Douglas Gregor | 2010-03-26 | 1 | -0/+5 |
| * | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -1/+1 |
| * | Don't try to finalize an ill-formed variable or one whose class type is ill-f... | Douglas Gregor | 2010-02-25 | 1 | -0/+17 |
| * | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -2/+2 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Diagnose when a destructor uses a unrelated class type as its name. | Fariborz Jahanian | 2009-07-21 | 1 | -0/+6 |
| * | Improve message for bad destructor decl. Per Doug's comment. | Fariborz Jahanian | 2009-07-20 | 1 | -2/+3 |
| * | Issue a more descriptive diagnostics when mis-declaring | Fariborz Jahanian | 2009-07-20 | 1 | -2/+2 |
| * | C++ destructors can have a single unnamed void parameter. Fixes <rdar://probl... | Anders Carlsson | 2009-04-30 | 1 | -0/+4 |
| * | various "is invalid" cleanups for C++ ctors/dtors. | Chris Lattner | 2009-04-25 | 1 | -1/+5 |
| * | This is a pretty big cleanup for how invalid decl/type are handle. | Chris Lattner | 2009-04-25 | 1 | -0/+1 |
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| * | Fix a long standard problem with clang retaining "too much" sugar | Chris Lattner | 2009-02-19 | 1 | -1/+1 |
| * | Enable out-of-line definitions of C++ constructors and destructors | Douglas Gregor | 2008-12-12 | 1 | -0/+7 |
| * | Make all the 'redefinition' diagnostics more consistent, and make the | Chris Lattner | 2008-11-23 | 1 | -2/+2 |
| * | Changes in preparation for nested-name-specifiers. | Argyrios Kyrtzidis | 2008-11-07 | 1 | -0/+3 |
| * | Parsing, representation, and preliminary semantic analysis of destructors. | Douglas Gregor | 2008-11-05 | 1 | -0/+37 |