[cfe-commits] [PATCH] Streamline CheckerVisitor.def
Ted Kremenek
kremenek at apple.com
Tue Nov 24 10:24:43 PST 2009
Sure, go ahead.
On Nov 24, 2009, at 8:08 AM, Kovarththanan Rajaratnam wrote:
> Hey,
>
> Is it OK if I commit the following:
>
> This patch streamlines CheckerVisitor.def so that it follows the usual
> '#ifndef foo' pattern:
>
> #ifndef foo
> #define foo(parm1)
> #endif
>
> foo(parm1) parm1 ...
>
> #undef foo
>
> --
> Best regards,
> Kovarththanan Rajaratnam
> <checker_visitor.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list