rjmccall added a comment.

In D72841#1908084 <https://reviews.llvm.org/D72841#1908084>, @mibintc wrote:

> @rjmccall suggested that I needed to remove FPOptions from the Stmt class 
> since the sizeof assertion failed. I moved that information into the relevant 
> expression nodes and fixed a few small things that I didn't like in the 
> previous version.


You only need to do this for the expression nodes where it causes an overflow 
in the size of the bit-field; I don't think you're overflowing the capacity of 
UnaryOperatorBitfields, for example.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72841



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to