summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 03:35:59 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-19 03:35:59 +0000
commitaa72e8deb478f1815feac4037383651688bd19f7 (patch)
tree477aa617cc61e2c35d4e9ad42bcf5df0c338566f /build
parent7c9ace59dbef4137ab057cb4fa507d982cd62444 (diff)
downloadchromium_src-aa72e8deb478f1815feac4037383651688bd19f7.zip
chromium_src-aa72e8deb478f1815feac4037383651688bd19f7.tar.gz
chromium_src-aa72e8deb478f1815feac4037383651688bd19f7.tar.bz2
roll clang 163674:165787
Also includes r165962 and r165963 on mac to fix a build issue. BUG=156005,151927 Review URL: https://codereview.chromium.org/11143020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 63a5a54..2360a55 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2512,6 +2512,8 @@
# TODO(thakis): Remove this.
'-Wno-implicit-conversion-floating-point-to-bool',
+ # TODO(thakis): Remove this once http://crbug.com/151927 is fixed.
+ '-Wno-tautological-constant-out-of-range-compare',
],
'cflags!': [
# Clang doesn't seem to know know this flag.
@@ -3070,6 +3072,8 @@
# TODO(thakis): Remove this.
'-Wno-implicit-conversion-floating-point-to-bool',
+ # TODO(thakis): Remove this once http://crbug.com/151927 is fixed.
+ '-Wno-tautological-constant-out-of-range-compare',
],
}],
['clang==1 and clang_use_chrome_plugins==1', {