aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/arc-unoptimized-byref-var.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-7/+7
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
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-2/+2
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka1-0/+1
2018-10-01Revert r343518.Akira Hatanaka1-1/+0
2018-10-01Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka1-0/+1
2018-09-09Revert r341754.Akira Hatanaka1-1/+0
2018-09-08Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka1-0/+1
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-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-2/+3
2013-01-05In my last patch initialize the destination to null (with a simple store) bef...Fariborz Jahanian1-0/+1
2013-01-04objective-C arc: in copy helper function for Fariborz Jahanian1-0/+14