efriedma added a comment.

In D121306#3405824 <https://reviews.llvm.org/D121306#3405824>, @alexfh wrote:

> What's the right fix for this warning, using a literal of the same floating 
> point type?

Probably? Depends on why you're trying to use equality on floating-point 
numbers; "x == 0.3" is inherently a bit suspicious.

> Did you consider adding a fixit hint to the diagnostic?

A fixit to do what?  Replacing the comparison with a literal "true"/"false" 
would probably be unwelcome.  And I don't really want a "fixit" to change the 
meaning of well-defined code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121306

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

Reply via email to