aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/objc-asm-attribute-test.m
AgeCommit message (Expand)AuthorFilesLines
2023-09-26[Clang][ObjC] Add optionality to property attribute strings. (#66507)Alastair Houghton1-1/+9
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-2/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+2
2023-07-07Remove rdar links; NFCAaron Ballman1-2/+0
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-3/+3
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
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-3/+3
2016-09-18CodeGen: mark ObjC cstring literals as unnamed_addrSaleem Abdulrasool1-3/+3
2016-09-18CodeGen: mark ObjC cstring literals as constantSaleem Abdulrasool1-3/+3
2015-06-16Honor the objc_runtime_name attribute when encoding class/protocol names.Douglas Gregor1-1/+15
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2014-07-16Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))Fariborz Jahanian1-0/+54