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

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


On Aug 25, 2011, at 10:07 AM, Jeffrey Yasskin wrote:

> On Thu, Aug 25, 2011 at 9:16 AM, Douglas Gregor <dgregor at apple.com> wrote:
>> I don't think these warnings would be suitable for Clang. Such
>> style-checking transformations belong in a separate tool (e.g., like the ARC
>> migrator).
> 
> 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.

> I'm curious if
> there's an open source example of how to set up a style checker you
> run on every build that's not part of core clang.


I don't know of any.

	- Doug



More information about the cfe-dev mailing list