[llvm-commits] [PATCH] [asan] Code style fixup

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed Feb 22 05:16:46 PST 2012


Hi,

#ifdef is evil, so this patch replaces several #ifdef with plain if().
As a result, the code contains less #ifdefs, but more if()s, than
before.

Please review.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ifdef-is-evil.patch
Type: text/x-patch
Size: 4146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120222/a894f6c6/attachment.bin>


More information about the llvm-commits mailing list