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

Evgeniy Stepanov eugeni.stepanov at gmail.com
Mon Feb 27 05:12:11 PST 2012


r151526

On Wed, Feb 22, 2012 at 9:11 PM, Kostya Serebryany <kcc at google.com> wrote:
> LGTM, thanks!
> Much nicer now.
>
> --kcc
>
> On Wed, Feb 22, 2012 at 5:16 AM, Evgeniy Stepanov
> <eugeni.stepanov at gmail.com> wrote:
>>
>> 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.
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>



More information about the llvm-commits mailing list