Optimize bitwise even/odd test (-x&1 -> x&1) to not use negation.
[oota-llvm.git] / .clang-format
1 BasedOnStyle: LLVM
2