summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/block-byref-variable-layout.m
AgeCommit message (Expand)Author
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-12-12[Clang] Convert various 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
2013-09-04Don't pass -O0 to clang_cc1, it is the default.Rafael Espindola
2012-12-11objective-C blocks: Check for record type when deciding if Fariborz Jahanian
2012-11-28objective-C blocks: Make sure that identical logic is usedFariborz Jahanian
2012-11-14objective-C blocks: Provide layout map for byrefFariborz Jahanian