[PATCH] D76384: Move FPFeatures from BinaryOperator bitfields to Trailing storage
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 14:19:23 PDT 2020
rjmccall added a comment.
In D76384#1984683 <https://reviews.llvm.org/D76384#1984683>, @mibintc wrote:
> 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?
Right.
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