summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/exceptions-legacy.mm
Commit message (Collapse)AuthorAgeFilesLines
* Update clang unittests for rL281586.Wei Mi2016-09-151-2/+2
| | | | | | | The change in rL281586 is in llvm component and tests updated here are in clang component, so I have to commit them consecutively. llvm-svn: 281587
* Update clang tests for LLVM r277950David Majnemer2016-08-071-2/+2
| | | | | | | We infer inbounds on GEPs of allocas leading to minor perturbations in tests. llvm-svn: 277953
* Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames2015-06-161-7/+7
| | | | llvm-svn: 239848
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-4/+4
| | | | llvm-svn: 230795
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-2/+2
| | | | llvm-svn: 230783
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-2/+2
| | | | | | tests fail. llvm-svn: 188447
* In ObjC++ on legacy runtimes, push an EH cleanup as well asJohn McCall2013-04-031-0/+80
a normal cleanup when entering a @try or @synchronized to ensure that we clean that up if an exception is triggered. Apparently GCC did this, so it's hard to argue that we shouldn't do at least as much. rdar://12364847 llvm-svn: 178599
OpenPOWER on IntegriCloud