cor3ntin wrote:

I agree with @AaronBallman that, given there hasn't been a lot of outstanding 
complaints following https://github.com/llvm/llvm-project/pull/70307, we don't 
want to allow that sort of relaxation of constexpr evaluation as it's both non 
conforming (and potentially problematic for people who rely on constant 
evaluation to enforce the soundness of their code)

If that change was in fact a lot more disruptive beyond the already patched 
NDK, I think we could consider a more targeted error for shifts only (rather 
than allowing _any_ overflow to be ignored).

https://github.com/llvm/llvm-project/pull/102390
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to