[cfe-commits] r148051 - in /cfe/trunk: lib/Sema/SemaExpr.cpp test/SemaObjC/ignore-qualifier-on-qualified-id.m

jahanian fjahanian at apple.com
Thu Jan 12 14:18:36 PST 2012


On Jan 12, 2012, at 2:12 PM, Fariborz Jahanian wrote:

> Author: fjahanian
> Date: Thu Jan 12 16:12:08 2012
> New Revision: 148051
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=148051&view=rev
> Log:
> objc: do not warn when converting to a const id qualfied by its
> list of protools. // rdar://10669694

Should read, do not warn when converting a const object pointer to
a qualified id type.

- Fariborz




More information about the cfe-commits mailing list