]> granicus.if.org Git - clang/commit
<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that...
authorDouglas Gregor <dgregor@apple.com>
Mon, 8 Apr 2013 18:25:02 +0000 (18:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 8 Apr 2013 18:25:02 +0000 (18:25 +0000)
commit1cd1f73f09c6ddcf01e3a287d6604cd705190d14
tree5aa0bd2670e4dfbf41b07660989f283d195774f0
parentf34cb3d3df1612e14a19d259afa3424337cd315e
<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop that is actually an Objective-C fast enumeration loop.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179035 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/SemaObjCXX/foreach.mm