[PATCH] D46535: Correct warning on Float->Integer conversions.

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 3 00:32:38 PDT 2018


xbolva00 added a comment.

Hello, @erichkeane

I am working on int to float checker but I haven't found yet a way how to check if integer fits to float's significant bits. Maybe you can recommend me something? I already tried some LLVM APIs but no success. (cc @spatel as you will probably know the right function to do it)


Repository:
  rC Clang

https://reviews.llvm.org/D46535





More information about the cfe-commits mailing list