summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/destructors.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array...NAKAMURA Takumi2012-05-011-1/+1
* PR12710 - broken default argument handling for templates.David Blaikie2012-05-011-0/+16
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-4/+6
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-1/+0
* Be sure to destroy the normal entry block of a cleanup that weJohn McCall2011-08-061-0/+25
* Fix a lot of problems with the partial destruction of arrays:John McCall2011-07-111-2/+13
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-5/+5
* A number of array-related IR-gen cleanups.John McCall2011-07-091-18/+7
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-2/+2
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-2/+2
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-2/+2
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Look through array types when deciding whether a field requires non-trivialJohn McCall2011-02-131-0/+20
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-17/+17
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-17/+17
* Implement proper base/member destructor EH chaining.John McCall2010-07-211-1/+47
* Convert the EH cleanups for base and member destructors in a constructor intoJohn McCall2010-07-211-5/+5
* Mark calls to 'throw()' functions as nounwind, and mark the functions nounwindJohn McCall2010-07-081-9/+6
* When destroying a cleanup, kill any references to instructions in the entryJohn McCall2010-07-061-0/+31
* Validated by nightly-test runs on x86 and x86-64 darwin, including afterJohn McCall2010-07-061-3/+55
* Reinstate fix for PR7526, which was failing because, now that weDouglas Gregor2010-07-011-0/+19
* Revert r107374, which broke bootstrap.Douglas Gregor2010-07-011-11/+0
* When building the type of a destructor, make sure to keep theDouglas Gregor2010-07-011-0/+11
* Give this test a triple.John McCall2010-05-271-1/+1
* When deciding whether a deferred declaration has already been emitted,John McCall2010-05-271-1/+64
* Don't emit derived-to-base destructor aliases if we don't have a definitionJohn McCall2010-03-031-0/+14
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-1/+45
* More refactoring around constructor/destructor code generation.John McCall2010-02-191-1/+48
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Unify the way destructor epilogues are generated for synthesized and regular ...Anders Carlsson2009-11-171-0/+14
* CodeGen may see out-of-line declarations of the various special memberDouglas Gregor2009-10-011-1/+9
* We can generate constructors/destructors with base classes and non-trivial fi...Anders Carlsson2009-09-011-0/+22
OpenPOWER on IntegriCloud