[PATCH] D58145: [Sema] Fix a bogus -Wconversion warning
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 14 10:46:55 PST 2019
nickdesaulniers added a comment.
> Fix this by just directly calling DiagnoseImpCast, since we don't really need anything DiagnoseFloatingImpCast does anyways.
Good catch; thanks for fixing and improving the tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58145/new/
https://reviews.llvm.org/D58145
More information about the cfe-commits
mailing list