Users reported some false positives using this check. This patch sets the default value of the option for checking implicit widening casts to false. We also suggest renaming the check to something like missing-or-misplaced-widening cast so the name also covers the implicit case. This patch supersedes D31097.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM