shafik wrote:

> form when the user doesn't know what happens when integers of different signs 
> are compared (the signed one is cast to an unsigned value).

I just wanted to point out that although this is very much an edge case, but 
mixed sign comparison can result in conversion to signed type. See the last 
example in the "The Rules" section. 

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

Reply via email to