Okay, merged in r311095.
On Tue, Aug 15, 2017 at 11:50 AM, Akira Hatanaka wrote:
> Hans, is it okay to merge this to 5.0?
>
>> On Aug 10, 2017, at 5:06 PM, Akira Hatanaka via cfe-commits
>> wrote:
>>
>> Author: ahatanak
>> Date: Thu Aug 10 17:06:49 2017
>> New Revision: 310672
>>
>> URL: http:/
Hans, is it okay to merge this to 5.0?
> On Aug 10, 2017, at 5:06 PM, Akira Hatanaka via cfe-commits
> wrote:
>
> Author: ahatanak
> Date: Thu Aug 10 17:06:49 2017
> New Revision: 310672
>
> URL: http://llvm.org/viewvc/llvm-project?rev=310672&view=rev
> Log:
> [Sema][ObjC] Fix spurious -Wcast-
Author: ahatanak
Date: Thu Aug 10 17:06:49 2017
New Revision: 310672
URL: http://llvm.org/viewvc/llvm-project?rev=310672&view=rev
Log:
[Sema][ObjC] Fix spurious -Wcast-qual warnings.
We do not meaningfully track object const-ness of Objective-C object
types. Silence the -Wcast-qual warning that i