MaskRay added inline comments.
================ Comment at: clang/lib/Sema/SemaExpr.cpp:19531 + SC_None, S.getCurFPFeatures().isFPConstrained(), + false /*isInlineSpecified*/, FD->hasPrototype(), /*ConstexprKind*/ ConstexprSpecKind::Unspecified); ---------------- canonical form is `/*XXX=*/YYY` ================ Comment at: clang/test/CodeGen/fp-floatcontrol-stack.cpp:226 + float y(); +// CHECK-DDEFAULT Function Attrs: noinline nounwind optnone mustprogress +// CHECK-DEBSTRICT Function Attrs: noinline nounwind optnone strictfp mustprogress ---------------- Missing colon ================ Comment at: clang/test/CodeGen/fp-floatcontrol-stack.cpp:249 #pragma float_control(except, off) +// CHECK-DDEFAULT Function Attrs: noinline nounwind optnone +// CHECK-DEBSTRICT Function Attrs: noinline nounwind optnone ---------------- Missing colon? ================ Comment at: clang/test/CodeGen/fp-floatcontrol-stack.cpp:282 + +// CHECK-DDEFAULT Function Attrs: noinline nounwind +// CHECK-DEBSTRICT Function Attrs: noinline nounwind strictfp ---------------- You need `{{$}}` to check there is no `strictfp` at the end. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102343/new/ https://reviews.llvm.org/D102343 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits