aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/arc-with-atthrow.m
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-1/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+1
2023-07-07Remove rdar links; NFCAaron Ballman1-1/+0
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-5/+5
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-1/+1
2019-03-21[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka1-1/+1
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-2/+2
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-1/+1
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling1-1/+3
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-1/+1
2011-10-01When performing an @throw in ARC, retain + autoreleaseJohn McCall1-10/+12
2011-07-20Removes a comment.Fariborz Jahanian1-1/+0
2011-07-20objc-arc: Fixes a crash @throw'ing an objc message.Fariborz Jahanian1-0/+16