mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
This happens in codebases a lot, which use xor where both sides are macros. Using xor in that case is not the common error-prone 2^6 code that the warning was introduced for. Don't diagnose such a use of xor. Differential Revision: https://reviews.llvm.org/D97445