aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/objc-alloc-init.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-13/+13
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-4/+4
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2020-01-14Relax the rules around objc_alloc and objc_alloc_init optimizations.Pierre Habouzit1-1/+10
2019-06-04[CodeGen][ObjC] Convert '[self alloc]' in a class method to a call toAkira Hatanaka1-0/+6
2019-05-15[CodeGenObjC] invoke objc_autorelease, objc_retain when necessaryErik Pilkington1-4/+11
2019-02-25[CodeGenObjC] Fix a nullptr dyn_castErik Pilkington1-0/+13
2019-02-14[CodeGenObjC] Emit [[X alloc] init] as objc_alloc_init(X) when availableErik Pilkington1-0/+28