aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/property-agrr-getter.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-02-16Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2011-04-12We can't emit an aggregate cast as its sub-expression in general justJohn McCall1-1/+7
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-14Tests use the new clang.Fariborz Jahanian1-1/+1
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar1-1/+1
2009-09-01Fixed a property getter ir-gen crash.Fariborz Jahanian1-0/+21
2009-07-21Prep for new warning.Mike Stump1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-01-17Add -fnext-runtime to Objective-C properties testcaseDouglas Gregor1-1/+1
2009-01-12Patch to implement code gen for aggrgate-valued property usedFariborz Jahanian1-0/+17