[PATCH] D35512: [sanitizers] Make sure that all complex macros uses parenthesis

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 14:47:50 PDT 2017


vitalybuka created this revision.
Herald added subscribers: kubamracek, srhines.

Without them expressions like this may have different values.
(SANITIZER_INTERCEPT_MEMRCHR && SANITIZER_INTERCEPT_PREADV)


https://reviews.llvm.org/D35512

Files:
  lib/sanitizer_common/sanitizer_platform_interceptors.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35512.106959.patch
Type: text/x-patch
Size: 14154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/bba2e966/attachment.bin>


More information about the llvm-commits mailing list