]> granicus.if.org Git - clang/commit
Fix <rdar://problem/6252108> assigning to argument passed to block should not require...
authorSteve Naroff <snaroff@apple.com>
Sun, 28 Sep 2008 14:02:55 +0000 (14:02 +0000)
committerSteve Naroff <snaroff@apple.com>
Sun, 28 Sep 2008 14:02:55 +0000 (14:02 +0000)
commitae530cfaf65e36fdcecb16d072422eb3d2a4518e
tree228df73b9ebb6e0894a829fbef86fe7fc8df3e9c
parent891ed9aa87e14ce4c13155a77c09cde4555f7dd1
Fix <rdar://problem/6252108> assigning to argument passed to block should not require __block.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56770 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Sema/block-args.c