[PATCH] D41512: [Sema] -Wtautological-constant-compare is too good. Cripple it.

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 2 19:33:14 PST 2018


thakis added a comment.

FWIW we build with -Wall -Wextra and we disable this warning since it's in our (chromium's) opinion not useful on large real-world code. So I'm not sure it should be in -Wextra. (Also, I believe clang has historically tried to keep -Wall and -Wextra pretty similar?)


Repository:
  rC Clang

https://reviews.llvm.org/D41512





More information about the cfe-commits mailing list