[clang] Ofast deprecation clarifications (PR #101005)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 29 07:49:18 PDT 2024


================
@@ -429,8 +429,12 @@ Code Generation Options
 
     :option:`-Ofast` Enables all the optimizations from :option:`-O3` along
     with other aggressive optimizations that may violate strict compliance with
-    language standards. This is deprecated in favor of :option:`-O3`
-    in combination with :option:`-ffast-math`.
+    language standards. This is deprecated in Clang-19 and a warning is emitted
----------------
AaronBallman wrote:

```suggestion
    language standards. This is deprecated in Clang 19 and a warning is emitted
```

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


More information about the cfe-commits mailing list