aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/property.m
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-07[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-40/+30
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
2022-01-26[ObjC] Emit selector load right before msgSend call.Ahmed Bougacha1-10/+10
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim1-5/+5
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim1-5/+5
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim1-5/+5
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee1-5/+5
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-5/+5
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee1-5/+5
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee1-5/+5
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-3/+3
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-13/+13
2014-11-06Don't manually insert L prefixes.Rafael Espindola1-6/+6
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-2/+2
2012-12-07clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t...NAKAMURA Takumi1-3/+0
2012-10-24A number of test cases assume that an "int" parameter or return valueUlrich Weigand1-1/+1
2012-09-12clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.NAKAMURA Takumi1-0/+3
2011-12-06Fix an extremely stupid bug causing terrible miscompilationsJohn McCall1-0/+43
2011-11-08Bind function "r-values" as l-values when emitting them asJohn McCall1-0/+11
2011-09-13Always emit bitfield properties using expression behavior, even if they'reJohn McCall1-0/+9
2011-02-28Revert r126678.Fariborz Jahanian1-4/+4
2011-02-28objc IRGen for Next runtime message API.Fariborz Jahanian1-4/+4
2010-12-06Do unary conversions on vararg arguments and *then* special-case float.John McCall1-0/+14
2010-12-04Don't crash when initializing a subaggregate in C from a property r-value.John McCall1-0/+12
2010-12-04Test case for the l-value base only being evaluated once.John McCall1-1/+28
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-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar1-1/+1
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar1-1/+1
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2008-12-05This test checks for duplicate implementation of the same Fariborz Jahanian1-4/+4
2008-09-24Add more testing of Obj-C property synthesis.Daniel Dunbar1-0/+11
2008-09-04Add some Objective-C code generation tests.Daniel Dunbar1-0/+41