Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
[oota-llvm.git] / .clang-tidy
1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*'