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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
