[PATCH] D144011: [clang]Fix warning for signed conversion

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 09:51:20 PST 2023


shafik added a comment.

If I look at the clang docs for Wconversion <https://clang.llvm.org/docs/DiagnosticsReference.html#wconversion> I see it includes `-Wshorten-64-to-32` which I believe this is a case of. I think maybe the warning needs a better warning for this case?


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

https://reviews.llvm.org/D144011



More information about the cfe-commits mailing list