Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A == C2...
[oota-llvm.git] / .clang-tidy
2014-10-29 Alexander KornienkoEnable display of compiler diagnostics in clang-tidy...
2014-09-08 Alexander KornienkoAdd .clang-tidy configuration file to provide LLVM...