summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-5/+5
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-7/+7
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-8/+8
* Test updates missed from r186799.Richard Smith2013-07-211-1/+1
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-1/+3
* When performing a ::delete of an object with a virtual destructor,John McCall2012-09-251-6/+17
* Enforce access control for conversion operators used in contextualJohn McCall2011-09-211-1/+1
* PR10566: Make sure codegen for deleting an pointer to an incomplete type actu...Eli Friedman2011-08-021-3/+5
* Fix typo in test.Eli Friedman2011-07-271-1/+1
* Make CodeGen for array delete involving incomplete class work without crashin...Eli Friedman2011-07-271-0/+9
* Okay, that rule about zero-length arrays applies to destroyingJohn McCall2011-07-131-3/+2
* Switch delete[] IR-generation over to the destroy framework,John McCall2011-07-131-22/+14
* When compiling ::delete for a class with a virtual destructor, callDouglas Gregor2011-07-131-0/+19
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-1/+1
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ...Argyrios Kyrtzidis2010-09-131-0/+7
* Fix more i1/i8 pointer madness. Here, an overactive assertionDouglas Gregor2010-09-021-0/+10
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-021-1/+39
* Restore r101841 without modification. Also mark 'operator delete' as used forJohn McCall2010-04-201-2/+24
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Fix a lame regression in IR gen for C++ delete expressions. PR5102Douglas Gregor2009-10-011-0/+12
* Improve handling of delete expressions.Anders Carlsson2009-08-161-0/+25