lebedev.ri added inline comments.
================ Comment at: include/clang/AST/Expr.h:1791 + // otherwise. + unsigned FPFeatures : 3; + ---------------- Why as the first one, and not after `CanOverflow` ... ================ Comment at: include/clang/AST/Expr.h:1809 + Opc(opc), CanOverflow(CanOverflow), Loc(l), Val(input) + { FPFeatures = FPF.getInt(); } ---------------- .. then you should be able to init it in ctor initializer, not in the body. https://reviews.llvm.org/D52839 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits