[PATCH] D106863: Allow #pragma float_control(push|pop) within a language linkage specification

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 27 06:01:23 PDT 2021


erichkeane added a comment.

Weird, phab didn't let me save the comment on the last one... done the right way this time :)



================
Comment at: clang/docs/LanguageExtensions.rst:3549
+namespace scope, within a language linkage specification or at the start of a
+compound statement (excluding comments). When using within a compound statement,
+the pragma is active within the scope of the compound statement.  This pragma
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106863



More information about the cfe-commits mailing list