summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/stret_lookup.m
Commit message (Collapse)AuthorAgeFilesLines
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-2/+2
| | | | | | (migration for recent LLVM change to textual IR for calls) llvm-svn: 235147
* Add a define for the ObjFW runtime ABI version.Benjamin Kramer2013-09-161-2/+2
| | | | | | | | | This removes __has_feature(objc_msg_lookup_stret), as it is not required anymore after this patch. Patch by Jonathan Schleifer! llvm-svn: 190791
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-2/+2
| | | | | | tests fail. llvm-svn: 188447
* Fix test for Release builds.Eli Friedman2013-07-261-2/+2
| | | | | | Attempt 2. Sorry about the noise. llvm-svn: 187183
* Fix test for Release builds.Eli Friedman2013-07-261-2/+2
| | | | llvm-svn: 187178
* Fix GNU ObjC ABI for a message returning a struct.Eli Friedman2013-07-261-0/+29
This allows the ObjFW runtime to correctly implement message forwarding for messages which return a struct. Patch by Jonathan Schleifer. llvm-svn: 187174
OpenPOWER on IntegriCloud