summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-foreach-error-1.m
Commit message (Collapse)AuthorAgeFilesLines
* hoist some code for handling objc foreach construct out of Declaration ↵Chris Lattner2009-03-291-24/+0
| | | | | | | | processing into ParseForStatement. Merge two tests into one. llvm-svn: 68010
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* change a diagnostic message from something pedantically correct butChris Lattner2009-02-271-1/+1
| | | | | | | useless to something more vague but hopefully more clear. rdar://6624173 llvm-svn: 65639
* "this patch adds code generation hooks for Objective-C constant strings. It ↵Chris Lattner2008-06-211-2/+1
| | | | | | | | 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
* Recover from user typo not having proper @interface decl and a bad foreach decl.Fariborz Jahanian2008-01-101-0/+25
llvm-svn: 45839
OpenPOWER on IntegriCloud