================ @@ -8,68 +8,64 @@ include "clang/Basic/BuiltinsBase.td" -class FPMathTemplate : Template<["float", "double", "long double"], - ["f", "", "l"]>; +class FPMathTemplate + : Template<["float", "double", "long double"], ["f", "", "l"]>; ---------------- KungFuDonkey wrote:
Huh? Okay, I will checkout this file back to main. This is odd https://github.com/llvm/llvm-project/pull/165156 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
