summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-24 20:00:50 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-24 20:00:50 +0000
commitc28ee6fe518a13ddcd869908cedd9b6a6430358c (patch)
treeb6bae2d1428ab77c217430b4d4c9d0684a840d4d /tools
parent485e82382158c51e905df6d444fb536e6152e936 (diff)
downloadchromium_src-c28ee6fe518a13ddcd869908cedd9b6a6430358c.zip
chromium_src-c28ee6fe518a13ddcd869908cedd9b6a6430358c.tar.gz
chromium_src-c28ee6fe518a13ddcd869908cedd9b6a6430358c.tar.bz2
Roll clang r135314:135823
Picking up fix for -Wsign-compare (135664). BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7488030 Patch from Ami Fischman <fischman@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93831 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/clang/scripts/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index d9401ba..912917b 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -5,7 +5,7 @@
# This script will check out llvm and clang into third_party/llvm and build it.
-CLANG_REVISION=135314
+CLANG_REVISION=135823
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm