aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/mrc-weak.m
AgeCommit message (Expand)AuthorFilesLines
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-38/+33
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-2/+2
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-15/+15
2019-05-09[CodeGen][ObjC] Remove the leading `l_` from ObjC symbols and makeAkira Hatanaka1-2/+2
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper1-20/+20
2018-08-10[CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka1-8/+8
2015-11-19Don't actually add the __unsafe_unretained qualifier in MRC;John McCall1-0/+29
2015-11-19Fix the emission of ARC-style ivar layouts in the fragile runtimeJohn McCall1-0/+20
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall1-0/+142