]> granicus.if.org Git - clang/commit
Allow messaging expression as foreach's collection expression.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2008 00:24:29 +0000 (00:24 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Jan 2008 00:24:29 +0000 (00:24 +0000)
commit7571228ec9b31de7733ae96352ee4eaa8afcf2b5
tree42eba1de3ba9fb960f278424bb89ff22d531d19c
parent6f81811e6bf5ce6dc43c0ee0bb00087ca5ced378
Allow messaging expression as foreach's collection expression.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45793 91177308-0d34-0410-b5e6-96231b3b80d8
AST/StmtSerialization.cpp
Driver/RewriteTest.cpp
Sema/SemaStmt.cpp
include/clang/AST/Stmt.h
test/Sema/rewrite-foreach-4.m [new file with mode: 0644]