[PATCH] D87347: [NFC] Fix compiler warnings due to integer comparison of different signedness

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 9 04:13:57 PDT 2020


RKSimon added a reviewer: RKSimon.
RKSimon added a comment.

Couldn't we avoid a lot of this of this casting + template ugliness by just using the <climit> / <cstdint> INT_MAX / INT32_MAX defines?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87347



More information about the cfe-commits mailing list