baloghadamsoftware added a comment.

Hi!

There is an option to disable the checking of widening casts. It is enabled by 
default. You can disable it any time. Or, if you find too much false positives, 
we can discuss about setting this option to disabled as default.

I am convinced that checking implicit widening casts are also necessary. We 
should probably change the error message in the implicit case from "misplaced" 
to "missing", and maybe also rename the checker itself. Separating it to two 
different checkers, which are almost copy of each other is huge code 
duplication.


Repository:
  rL LLVM

https://reviews.llvm.org/D31097



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

Reply via email to