summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 19:32:11 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 19:32:11 +0000
commit93b17fd02dbf010c420fc6ea456325fcbe2645af (patch)
treee11d9d1ca2bdae878397f9e1da5cdc96ac94152f /tools
parent2cedf2422bce260fe2a1890bae0d5394abf31d72 (diff)
downloadchromium_src-93b17fd02dbf010c420fc6ea456325fcbe2645af.zip
chromium_src-93b17fd02dbf010c420fc6ea456325fcbe2645af.tar.gz
chromium_src-93b17fd02dbf010c420fc6ea456325fcbe2645af.tar.bz2
Roll clang 145842:146361
New in this roll: ASan! (for mac and linux64 for now) BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/8918007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114055 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 99a3df2..1f07452 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.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=145842
+CLANG_REVISION=146361
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"