summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/goto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-4/+4
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-4/+4
* [Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li2017-01-091-2/+5
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Whenever explicitly activating or deactivating a cleanup, weJohn McCall2011-11-101-1/+1
* Simplify EH control flow by observing that EH scopes form a simpleJohn McCall2011-08-111-1/+0
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-0/+1
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Not really sure how this worked, but it seems like a clear typo. =]Chandler Carruth2010-10-161-1/+1
* When instantiating a new-expression, force a rebuild if there were defaultJohn McCall2010-10-051-20/+34
* ...without leaving a temporary file behind.John McCall2010-10-051-1/+1
* Er, this test should actually run IR generation.John McCall2010-10-051-1/+1
* Teach PopCleanupBlock to correctly handle the possibility of branching throughJohn McCall2010-10-051-0/+29
OpenPOWER on IntegriCloud