]> granicus.if.org Git - clang/commit
Strip qualifiers off the type of an implicit property defined by
authorJohn McCall <rjmccall@apple.com>
Mon, 17 Oct 2011 20:05:43 +0000 (20:05 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 17 Oct 2011 20:05:43 +0000 (20:05 +0000)
commit88a4cfde0e0efefc40fbce3ae2c96191132218a8
treed57eee055cd9e0d6a2abcd07bd0802ab66f60628
parent4e7064fa7e344e8f87a5b8457e96dfdd252c4a9e
Strip qualifiers off the type of an implicit property defined by
only a setter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142236 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp
test/CodeGenObjC/arc-property.m [new file with mode: 0644]