]> granicus.if.org Git - clang/commit
Fix a nasty C99 scope issue that Neil pointed out (for ifs)
authorChris Lattner <sabre@nondot.org>
Wed, 22 Aug 2007 05:16:28 +0000 (05:16 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Aug 2007 05:16:28 +0000 (05:16 +0000)
commita36ce713cff561b88f1cba5aad3f384c0fb0a249
treecedd68e5ed7ff9a21d326747c176dfee903a9a7b
parent0cebe3e29b22d11f2c65ef28fcfb5f0431877266
Fix a nasty C99 scope issue that Neil pointed out (for ifs)
This fixes test/Parser/control-scope.c

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41263 91177308-0d34-0410-b5e6-96231b3b80d8
Parse/ParseStmt.cpp
test/Parser/control-scope.c [new file with mode: 0644]