[cfe-commits] r161194 - /cfe/trunk/test/SemaObjC/arc-dict-bridged-cast.m

jahanian fjahanian at apple.com
Thu Aug 2 14:37:23 PDT 2012


On Aug 2, 2012, at 2:23 PM, Jordan Rose wrote:

> How about the other case? Can we avoid offering fixits for transferring globals in and out of ARC? I wouldn't stop a developer from writing it deliberately, but it seems very unlikely to be the correct solution in a case where they just forgot the cast.

Maybe I was not clear. I am using an existing API to decide when to provide fixit and when not. According to ARCCastChecker which enforces the
rules, we issue the fix-it warning unless global is in system header file. Please talk to John if you feel this behavior should change.

- Fariborz





More information about the cfe-commits mailing list