Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-05When clearing a LookupResult structure, clear out the naming class,Douglas Gregor
2011-02-19Teach the virtual-functions-without-virtual-destructor warning to onlyDouglas Gregor
2011-02-02Don't warn for -Wnon-virtual-dtor for dependent classes.Argyrios Kyrtzidis
2011-01-31Only warn for -Wnon-virtual-dtor for public destructors. Thanks to Benjamin K...Argyrios Kyrtzidis
2011-01-31Warn if the class has virtual methods but non-virtual destructor. Addresses r...Argyrios Kyrtzidis
2010-11-25Tie DefineVTablesUsed() in with recursive function instantiation so that we emitNick Lewycky
2010-09-18When we run into an error parsing or type-checking the left-hand sideDouglas Gregor
2010-08-12Fix a crash on invalid when declaring an implicit member of a class with anJohn McCall
2010-08-04Only look up an 'operator delete' on the definition of a destructor, not onJohn McCall
2010-07-04Unbreak test on platforms where size_t != unsigned long.Benjamin Kramer
2010-07-03Mark the operator delete associated with a virtual destructor as referenced.John McCall
2010-07-01Reinstate fix for PR7526, which was failing because, now that weDouglas Gregor
2010-07-01Revert r107374, which broke bootstrap.Douglas Gregor
2010-07-01When building the type of a destructor, make sure to keep theDouglas Gregor
2010-03-26Do not mark the destructor of a function parameter's type. Fixes PR6709.Douglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-25Don't try to finalize an ill-formed variable or one whose class type is ill-f...Douglas Gregor
2010-02-16Improve parsing and instantiation of destructor names, so that we canDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-21Diagnose when a destructor uses a unrelated class type as its name.Fariborz Jahanian
2009-07-21Improve message for bad destructor decl. Per Doug's comment.Fariborz Jahanian
2009-07-20Issue a more descriptive diagnostics when mis-declaringFariborz Jahanian
2009-05-01C++ destructors can have a single unnamed void parameter. Fixes <rdar://probl...Anders Carlsson
2009-04-25various "is invalid" cleanups for C++ ctors/dtors.Chris Lattner
2009-04-25This is a pretty big cleanup for how invalid decl/type are handle.Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-20Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2008-12-12Enable out-of-line definitions of C++ constructors and destructorsDouglas Gregor
2008-11-24Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-11-08Changes in preparation for nested-name-specifiers.Argyrios Kyrtzidis
2008-11-05Parsing, representation, and preliminary semantic analysis of destructors.Douglas Gregor