[PATCH] D112094: Add support for floating-point option `ffp-eval-method` and for `pragma clang fp eval_method`.

Zahira Ammarguellat via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 26 10:36:24 PDT 2021


zahiraam added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:3608-3609
+within a language linkage specification or at the start of a compound statement
+(excluding comments). When used within a compound statement, the pragma is
+active within the scope of the compound statement.
+
----------------
aaron.ballman wrote:
> Same for a language linkage specification, right?
Yes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112094/new/

https://reviews.llvm.org/D112094



More information about the cfe-commits mailing list