[cfe-dev] null pointer literals, warnings, and fixups

Douglas Gregor dgregor at apple.com
Thu Aug 25 10:41:17 PDT 2011


On Aug 25, 2011, at 10:40 AM, David Blaikie wrote:

> > Do you guys run the ARC migrator on every build?
> 
> No. It's a standalone tool that will be run once for a code base.
> 
> Does it work if you run it again - to make sure you haven't regressed any of its invariants it establishes, or is there some other mechanism for that? (or is it just on the developers to ensure they don't write non-ARC code?)

It's tolerant of not-fully-ARC code bases, but it's not meant to be run on an ongoing basis. The stuff that the ARC migrator tackles is code that was well-formed without ARC but becomes ill-formed when compiling as ARC.

	- Doug

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110825/600396a7/attachment.html>


More information about the cfe-dev mailing list