summaryrefslogtreecommitdiffstats
path: root/tools/clang/scripts
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-11 02:01:01 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-11 02:01:01 +0000
commit315fc5887078cd8bcc8fa3bafb5f514cc8d11b2e (patch)
treecdfedd30515c869344b30f6b6c6010140824f751 /tools/clang/scripts
parent039af86b7d8ffac4826efeb61b34fcd13d77e2de (diff)
downloadchromium_src-315fc5887078cd8bcc8fa3bafb5f514cc8d11b2e.zip
chromium_src-315fc5887078cd8bcc8fa3bafb5f514cc8d11b2e.tar.gz
chromium_src-315fc5887078cd8bcc8fa3bafb5f514cc8d11b2e.tar.bz2
Roll clang 148911:149886
The binary packages were built with the new bootstrap method (r121473) BUG=113732 TEST=none Review URL: http://codereview.chromium.org/9383007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121610 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang/scripts')
-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 1296ac3..a408abe 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=148911
+CLANG_REVISION=149886
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"