summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/foreach.mm
AgeCommit message (Expand)Author
2016-06-23Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith
2016-06-23Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne
2016-06-23Rearrange condition handling so that semantic checks on a condition variableRichard Smith
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