aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/foreach.mm
AgeCommit message (Expand)Author
2013-04-08<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor
2013-04-08<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor
2013-04-08<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor
2012-07-06objective-c++11: extend c++11 range-based loop to iterateFariborz Jahanian