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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 09:47:09 PST 2023


efriedma added a comment.

Using the FPOptions from the beginning of the file doesn't seem much better than the FPOptions at the end of the file.  Don't we want to use the FPOptions from the point of definition of the template?


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