hoist some code for handling objc foreach construct out of Declaration processing
authorChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 17:27:48 +0000 (17:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Mar 2009 17:27:48 +0000 (17:27 +0000)
commitcd1477562e7cf03279850885583d615e1f631dd4
treed7b054d0c3d9742f9e491932046397d92f558651
parent23c4b1883b13dc17484b7214091b73f3ba29096e
hoist some code for handling objc foreach construct out of Declaration processing
into ParseForStatement.  Merge two tests into one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68010 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseDecl.cpp
lib/Parse/ParseStmt.cpp
test/Parser/objc-foreach-error-1.m [deleted file]
test/Parser/objc-foreach-syntax.m