[clang] The pragma STDC CX_LIMITED_RANGE ON should have precedence. (PR #98520)

Zahira Ammarguellat via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 16 06:18:46 PDT 2024


================
@@ -344,10 +352,17 @@ class ComplexExprEmitter
     return QualType();
   }
 
+  template <typename T>
+  FPOptionsOverride getStoredFPFeaturesOrDefault(const T *E,
+                                                 const CodeGenFunction &CGF) {
----------------
zahiraam wrote:

`Expr` doesn't have a `hasStoredFPFeatures` or `getSoreFpFeatures`. 

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


More information about the cfe-commits mailing list