erichkeane added a comment.

For C, should we instead be teaching our boolean operations to understand it 
might be int?  I fear this will end up causing conversion problems later, such 
as with:

`int F = 1 > 2;`.  We won't end up having a conversion operation there, since 
the RHS is already `int`, for the LHS.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149645

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

Reply via email to