summaryrefslogtreecommitdiffstats
path: root/test/Parser/objc-foreach-syntax.m
Commit message (Expand)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Fix scoping of method declarations and issue Fariborz Jahanian2011-02-091-2/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Implement the first set of changes for PR3963 and rdar://6759604,Chris Lattner2009-04-121-6/+4
* hoist some code for handling objc foreach construct out of Declaration proces...Chris Lattner2009-03-291-3/+24
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Catch a foreach parse error.Fariborz Jahanian2009-01-171-0/+7