summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjCXX/arc-exceptions.mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* Fix a nasty bug with the partial destruction of nested arrays;John McCall2015-09-141-0/+33
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-5/+5
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-5/+5
* Update to use references to attribute groups instead of listing the attribute...Bill Wendling2013-02-221-14/+16
* Destroy arrays and ARC fields when throwing out of ctors.John McCall2013-02-011-1/+40
* At -O0, prefer objc_storeStrong with a null new value to theJohn McCall2012-10-171-6/+4
* When initializing a catch variable in ARC, be sure to emit retainsJohn McCall2012-01-171-0/+85