[PATCH] D51545: Enable -Wtautological-unsigned-zero-compare under -Wextra
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 2 16:22:37 PDT 2018
thakis added a comment.
We don't match gcc's -Wextra behvior. We generally try to not put a ton of stuff in Wextra that isn't in -Wall. (We also generally don't put a lot of stuff in -Wall that isn't enabled by default.) So I don't think we want this.
https://reviews.llvm.org/D51545
More information about the cfe-commits
mailing list