[cfe-commits] r154595 - in /cfe/trunk: lib/Sema/SemaExpr.cpp test/Rewriter/objc-bool-literal-modern-1.mm test/SemaObjCXX/literals.mm

jahanian fjahanian at apple.com
Thu Apr 12 14:26:27 PDT 2012


On Apr 12, 2012, at 12:10 PM, John McCall wrote:

> 
> If you use Context.getTypeForDecl, this can never be null.
> 
> Also, you should only do this when the BOOL type is canonically
> equivalent to Context.ObjCBuiltinBoolTy, or else this will really blow
> up later on.

In r154619
- Thanks, Fariborz

> 
> John.




More information about the cfe-commits mailing list