[PATCH] D29356: [sanitizer] Support SANITIZER_INTERCEPTOR_HOOKS on Darwin
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 16:50:06 PST 2017
kcc added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:49
- do { \
- if (f) \
- f(__VA_ARGS__); \
----------------
Why did you remove the 'if'?
https://reviews.llvm.org/D29356
More information about the llvm-commits
mailing list