summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/objc-arc-container-subscripting.m
AgeCommit message (Expand)Author
2023-06-07[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman
2019-03-21[CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka
2018-12-18Generate objc intrinsics instead of runtime calls as the ARC optimizer now wo...Pete Cooper
2013-02-22Update to use references to attribute groups instead of listing the attribute...Bill Wendling
2012-12-12Marking the objc_autoreleaseReturnValue and objc_retainAutoreleaseReturnValue Chad Rosier
2012-10-17At -O0, prefer objc_storeStrong with a null new value to theJohn McCall
2012-03-06Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek