[cfe-commits] r156871 - in /cfe/trunk: include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaObjCProperty.cpp test/SemaObjC/property-impl-misuse.m test/SemaObjC/property-typecheck-1.m

jahanian fjahanian at apple.com
Tue May 15 15:42:31 PDT 2012


On May 15, 2012, at 3:37 PM, Fariborz Jahanian wrote:

> Author: fjahanian
> Date: Tue May 15 17:37:04 2012
> New Revision: 156871
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=156871&view=rev
> Log:
> objective-c: perform strict type checking on property
> type and its accessor type and issue error if types
> are incompatible, instead of crashing in IRgen.
> // rdar://1105153

// rdar://11054153
- Fariborz





More information about the cfe-commits mailing list