[cfe-commits] [PATCH] Streamline CheckerVisitor.def
Kovarththanan Rajaratnam
kovarththanan.rajaratnam at gmail.com
Tue Nov 24 08:08:22 PST 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: checker_visitor.patch
Type: text/x-patch
Size: 816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091124/cdc014e3/attachment.bin>
More information about the cfe-commits
mailing list