summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 13:53:00 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 13:53:00 +0000
commitf2da6e46cabbfa8a1e1d04c4b993af44e8e1aa13 (patch)
tree147c27027847f9f5f68353b40cb8a4fe8a2fc486 /tools/clang
parent1de544a2ec13060600ceb0021ee5ee41f2fb4e94 (diff)
downloadchromium_src-f2da6e46cabbfa8a1e1d04c4b993af44e8e1aa13.zip
chromium_src-f2da6e46cabbfa8a1e1d04c4b993af44e8e1aa13.tar.gz
chromium_src-f2da6e46cabbfa8a1e1d04c4b993af44e8e1aa13.tar.bz2
roll clang 151385:153589
New stuff: * ObjC number, array, dict literals * ASan fixes, visibility fixes (see bugs) * (c++11: User-defined literals) * -Wstring-plus-int * Fix for a bug that made the previous previous roll not work with goma * Fix for a code bloat regression that caused the previous roll to be reverted (fix in r153506) * Includes r153550, which fixed an enum codegen trickiness added in r153383 BUG=114996,112539,119119 TEST=none Review URL: https://chromiumcodereview.appspot.com/9929001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129838 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 f514397..691efe4 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=151385
+CLANG_REVISION=153589
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"