summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-14 17:30:29 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-14 17:30:29 +0000
commit0fb0f6ef586535cd3aaf52aa896fc802275c97ce (patch)
tree0a623b90b033a980a6e47050a8c484c5fedb8681 /tools/clang
parentdd19716dae84471397f57e538728caa5ada436a3 (diff)
downloadchromium_src-0fb0f6ef586535cd3aaf52aa896fc802275c97ce.zip
chromium_src-0fb0f6ef586535cd3aaf52aa896fc802275c97ce.tar.gz
chromium_src-0fb0f6ef586535cd3aaf52aa896fc802275c97ce.tar.bz2
roll clang 147434:148039
BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/9174009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang')
-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 4352c98..3678e97 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=147434
+CLANG_REVISION=148039
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"