eugenis added inline comments. ================ Comment at: lib/sanitizer_common/sanitizer_internal_defs.h:127 +#if !defined(__has_attribute) +# define __has_attribute)(x) 0 +#endif ---------------- an extra ")" https://reviews.llvm.org/D49608