efriedma-quic wrote:

Forbidding usage in C++ probably avoids the worst of the canonical-type issues, 
but there's still some potential for weird results.  Particularly with type 
merging; for example, if you write `a ? (wrap_int)x : 1`, is the result a 
wrapping type?

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

Reply via email to