[PATCH] D76384: Move FPFeatures from BinaryOperator bitfields to Trailing storage

Melanie Blower via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 15 13:13:41 PDT 2020


mibintc added a comment.

In D76384#1984584 <https://reviews.llvm.org/D76384#1984584>, @rjmccall wrote:

> I *would* like an NFC patch first that renames `FPFeatures` to something like `CurFPFeatures` in order to more clearly distinguish it from `FPOptions` in Sema code, though.  That should be very quick.


You mean, Sema.FPFeatures -> Sema.CurFPFeatures, confirm?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76384





More information about the cfe-commits mailing list