aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/arc-weak-property.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-37/+31
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-4/+4
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-7/+7
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-3/+3
2012-12-12Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue Chad Rosier1-1/+1
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-1/+1
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall1-1/+1
2011-06-15Automatic Reference Counting.John McCall1-0/+55