[clang] [NFC] Refactor fast-math handling for clang driver (PR #81173)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 8 11:02:40 PST 2024


================
@@ -3061,22 +3080,7 @@ static void RenderFloatingPointOptions(const ToolChain &TC, const Driver &D,
         continue;
       [[fallthrough]];
----------------
MaskRay wrote:

Should fallthrough still be used?

https://github.com/llvm/llvm-project/pull/81173


More information about the cfe-commits mailing list