summaryrefslogtreecommitdiff
path: root/test/SemaObjC/foreach.m
AgeCommit message (Expand)Author
2017-04-19[Sema][ObjC] Disallow jumping into ObjC fast enumeration loops.Akira Hatanaka
2013-07-06Objective-C: Warn when fast enumeration variable isn't used.Fariborz Jahanian
2012-03-30Handle placeholder expressions in an ObjC for-collection loop.John McCall
2011-03-09Lookup selector in protocol list of qualified objc typeFariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-11-19Don't issue spurious diagnostic with Obj-C fast enumeration.Fariborz Jahanian
2009-04-22rename testChris Lattner