fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / .clang-tidy
2014-09-08 Alexander KornienkoAdd .clang-tidy configuration file to provide LLVM...