]> granicus.if.org Git - clang/commit
objc - in matching setter argument type to its property type,
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Sep 2011 22:12:27 +0000 (22:12 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 26 Sep 2011 22:12:27 +0000 (22:12 +0000)
commit936b779ed0bb0425d19cd331832b13e1f0077a43
tree7e4d641f969955ea8a5994df85ab89ba02192672
parenta6b33808ef7e80ab68a052c97dab9077dca159c5
objc - in matching setter argument type to its property type,
ingore the type qualifiers. // rdar://10156674

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