summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/missing-string-interface.m
Commit message (Collapse)AuthorAgeFilesLines
* "this patch adds code generation hooks for Objective-C constant strings. It ↵Chris Lattner2008-06-211-7/+0
| | | | | | | | also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." Patch by David Chisnall! llvm-svn: 52599
* Include a simple test case for the previous commit...Steve Naroff2007-10-191-0/+7
llvm-svn: 43158
OpenPOWER on IntegriCloud