summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/property.m
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-13/+13
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-6/+6
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* clang/test: Remove "REQUIRES:LP64" in two tests. Each of them have explicit t...NAKAMURA Takumi2012-12-071-3/+0
* A number of test cases assume that an "int" parameter or return valueUlrich Weigand2012-10-241-1/+1
* clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.NAKAMURA Takumi2012-09-121-0/+3
* Fix an extremely stupid bug causing terrible miscompilationsJohn McCall2011-12-061-0/+43
* Bind function "r-values" as l-values when emitting them asJohn McCall2011-11-081-0/+11
* Always emit bitfield properties using expression behavior, even if they'reJohn McCall2011-09-131-0/+9
* Revert r126678.Fariborz Jahanian2011-02-281-4/+4
* objc IRGen for Next runtime message API.Fariborz Jahanian2011-02-281-4/+4
* Do unary conversions on vararg arguments and *then* special-case float.John McCall2010-12-061-0/+14
* Don't crash when initializing a subaggregate in C from a property r-value.John McCall2010-12-041-0/+12
* Test case for the l-value base only being evaluated once.John McCall2010-12-041-1/+28
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-1/+1
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* This test checks for duplicate implementation of the same Fariborz Jahanian2008-12-051-4/+4
* Add more testing of Obj-C property synthesis.Daniel Dunbar2008-09-241-0/+11
* Add some Objective-C code generation tests.Daniel Dunbar2008-09-041-0/+41