From ee0dc0d9266dcb8f9986964fbd810c56044fe9db Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 2 Sep 2015 17:31:08 +0800 Subject: [PATCH] Update clang --- common.gypi | 2 ++ script/update-clang.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 0735d99dd910..a95e05620f02 100644 --- a/common.gypi +++ b/common.gypi @@ -85,6 +85,7 @@ '-Wno-deprecated-declarations', '-Wno-return-type', '-Wno-gnu-folding-constant', + '-Wno-shift-negative-value', ], }, 'conditions': [ @@ -99,6 +100,7 @@ '-Wno-unused-value', '-Wno-deprecated-declarations', '-Wno-return-type', + '-Wno-shift-negative-value', # Required when building as shared library. '-fPIC', ], diff --git a/script/update-clang.sh b/script/update-clang.sh index bf388c62fdbe..5f9b00da7d9a 100755 --- a/script/update-clang.sh +++ b/script/update-clang.sh @@ -8,7 +8,7 @@ # Do NOT CHANGE this if you don't know what you're doing -- see # https://code.google.com/p/chromium/wiki/UpdatingClang # Reverting problematic clang rolls is safe, though. -CLANG_REVISION=233105 +CLANG_REVISION=245965 # This is incremented when pushing a new build of Clang at the same revision. CLANG_SUB_REVISION=1