summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-15 00:16:23 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-15 00:16:23 +0000
commitaffa2909539f7d41263611134d9d741ab92cec32 (patch)
treee23fd61169373f18b4b85e93aed837c8bb490300 /tools/clang
parentbaf739ea22c6986171f9155e6e09e340d4ba048c (diff)
downloadchromium_src-affa2909539f7d41263611134d9d741ab92cec32.zip
chromium_src-affa2909539f7d41263611134d9d741ab92cec32.tar.gz
chromium_src-affa2909539f7d41263611134d9d741ab92cec32.tar.bz2
roll clang 153589:154450
Interesting changes in this range: * The tooling infrastructure landed. Not observable, but it makes it easier to write clang tools. * Honor -fno-pic, pie support * Better diagnostics for several c++11 features * Cross-compiler changes that hopefully make CrOs clang builds simpler * Many LTO fixes Also pick up a minor change to the style plugin: Instead of ignoring problems below out/, it now ignores them below gen/ and geni/. This should make it work better with custom build directories. BUG=none TEST=none TBR=mark Review URL: http://codereview.chromium.org/10081013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132350 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 691efe4..57f4396 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=153589
+CLANG_REVISION=154450
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"