]> granicus.if.org Git - clang/commit
Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 30 Apr 2013 00:30:48 +0000 (00:30 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 30 Apr 2013 00:30:48 +0000 (00:30 +0000)
commit443adec6b06878be2180bf389ec88a68e9b5997c
treef21f69d5fbb8759bef45684a007cf04cfdfd6625
parentaa3cef411387d1c098607a98426e11386d4175d6
Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers
in the diagnostics. Remove them when reporting incompatible
Objective-C pointer types. // rdar://13752880.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180765 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/SemaObjC/arc.m