]> granicus.if.org Git - clang/commit
When using property-dot assignment syntax to call a setter method,
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 7 Jun 2010 22:02:01 +0000 (22:02 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 7 Jun 2010 22:02:01 +0000 (22:02 +0000)
commite2a901a1883a74469bdcd22e38f52b3f877bc6ca
tree760917824764b222adfbc6e9a6e320a0301d9001
parent19739ae839fd4ebe472da4bdb9d65df452313ae4
When using property-dot assignment syntax to call a setter method,
type of rhs need be compared to setter's argument and
not the getter type. Fixes radar 8062778

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105560 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjC.cpp
lib/Sema/SemaExpr.cpp
test/CodeGenObjC/dot-syntax-2.m [new file with mode: 0644]