]> granicus.if.org Git - clang/commit
ObjectiveC. ObjectiveC's collection selector expression in
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Oct 2013 21:58:04 +0000 (21:58 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 10 Oct 2013 21:58:04 +0000 (21:58 +0000)
commit84e41cd7b0f0d1c8724c765ce53b842bc50367cc
treef8bd73e7ea62d8063783fc37d5d7af69bee6678c
parentc3f7fd67c8431ab1494f2d14725f5da03554365b
ObjectiveC. ObjectiveC's collection selector expression in
the fereach loop must be a non-const lvalue expression as
it will be assigned to at the beginning of the loop.
// rdar://15123684

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192399 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaStmt.cpp
test/SemaObjC/arc.m