gecko-dev/build/moz.configure
Chris Peterson 1f8394cea3 Bug 1483761 - Enable clang's -Wtautological-overlap-compare warning. r=glandium
-Wtautological-overlap-compare is an opt-in warning added in clang 3.5. It warns about overlapping comparisons that are always true or false, such as:

if (x > 4 || x < 10) {} // warning! always true
int b = x < 2 && x > 5; // warning! always false
return x > 4 || x < 10; // warning! always true

https://clang.llvm.org/docs/DiagnosticsReference.html#wtautological-overlap-compare

There are currently no -Wtautological-overlap-compare warnings in mozilla-central.

Differential Revision: https://phabricator.services.mozilla.com/D3477

--HG--
extra : rebase_source : e6aa211a338633e5fb7507b3a8f341709d72d6c9
2018-08-14 22:39:03 -07:00
..
.flake8
android-ndk.configure Bug 1482330 - Upgrade to Android NDK r17b and API level 16 (JB). r=snorp 2018-08-11 09:47:41 +09:00
bindgen.configure Bug 1476427 - part 3 - convert bindgen options into js_options; r=chmanchester 2018-07-26 17:37:56 -04:00
checks.configure Bug 1482676 - configure should prefer .mozbuild copy of node 2018-08-13 09:24:56 -07:00
compile-checks.configure Bug 1426555 - Allow to add host compiler flags from python configure. r=chmanchester 2017-12-21 11:11:22 +09:00
compilers-util.configure
flags.configure Bug 1426555 - Allow to add host compiler flags from python configure. r=chmanchester 2017-12-21 11:11:22 +09:00
headers.configure Bug 1428182 - 2. Check both quota.h and quotactl(); r=glandium 2018-01-30 14:08:22 -05:00
init.configure Bug 1479484 - Part 2: Expose endianness from buildconfig, r=froydnj 2018-08-01 17:54:41 -04:00
java.configure Bug 1473313 - Part 1: Set up geckoview build config for androidTest coverage runs. r=nalexander 2018-07-24 11:44:24 +01:00
keyfiles.configure
memory.configure Bug 1420350 Enable jemalloc on MinGW r=glandium 2018-03-07 10:49:28 -06:00
node.configure Bug 1484282 - Fix typo in mach bootstrap command recommendation, r=gps 2018-08-17 19:35:02 -07:00
old.configure Bug 1460379 - remove --with-pthreads option; r=ted.mielczarek 2018-05-09 17:26:31 -04:00
pkg.configure
rust.configure Bug 1485197 - Bump cbindgen to 0.6.2. r=heycam 2018-08-21 23:40:51 +00:00
toolchain.configure Bug 1483835: Default to clang-cl and lld-link in local Windows builds. r=glandium 2018-08-21 11:30:16 -04:00
tup.configure Bug 1481604 - Require nightly Cargo in addition to a particular rustc when building with tup. r=mshal 2018-08-22 20:39:33 +00:00
util.configure Bug 1323381 - Make 8dot3 error message useful for fixing; r=gps 2018-07-23 18:09:15 -07:00
warnings.configure Bug 1483761 - Enable clang's -Wtautological-overlap-compare warning. r=glandium 2018-08-14 22:39:03 -07:00
windows.configure Bug 1483835: Default to clang-cl and lld-link in local Windows builds. r=glandium 2018-08-21 11:30:16 -04:00