]> granicus.if.org Git - clang/commit
Fix a rewriter crash when the whole body of a foreach is itself
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2008 05:10:40 +0000 (05:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2008 05:10:40 +0000 (05:10 +0000)
commit338d1e2ced8037b71d91fb319631846917d0ceda
tree43b3593ec432d7de04a9acbe65309ea4e15c9957
parent6860f3cef7d5ed22cf7626e357c202124c43c899
Fix a rewriter crash when the whole body of a foreach is itself
rewritten, as in Sema/rewrite-foreach-6.m.  Fariborz/Steve,
please review this to see if it is sane.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46600 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/RewriteTest.cpp
test/Sema/rewrite-foreach-6.m [new file with mode: 0644]