[cfe-commits] r137055 - in /cfe/trunk: include/clang/Basic/IdentifierTable.h include/clang/Sema/Sema.h lib/Sema/SemaDeclObjC.cpp test/SemaObjC/class-protocol-method-match.m test/SemaObjC/qualified-protocol-method-conflicts.m
jahanian
fjahanian at apple.com
Wed Aug 10 10:19:03 PDT 2011
On Aug 8, 2011, at 11:34 AM, Douglas Gregor wrote:
>
> On Aug 8, 2011, at 11:03 AM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Mon Aug 8 13:03:17 2011
>> New Revision: 137055
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=137055&view=rev
>> Log:
>> objective-c: diagnose protocol inconsistencies in following
>> situation. When a class explicitly or implicitly (through inheritance)
>> "conformsTo" two protocols which conflict (have methods which conflict).
>> This patch fixes the previous patch where warnings were coming out in
>> non-deterministic order. This is 2nd part of // rdar://6191214.
>
> A few comments below…
In r137222.
- Fariborz
More information about the cfe-commits
mailing list