[PATCH] D143241: [Clang] Reset FP options before function instantiations

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 11:38:08 PDT 2023


rjmccall added inline comments.


================
Comment at: clang/lib/Parse/ParseTemplate.cpp:1736
+  // point of the template definition.
+  Actions.resetFPOptions(LPT.FPO);
+
----------------
Ah, is this bug specific to the MSVC-compatible template logic?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143241



More information about the cfe-commits mailing list