summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 13:10:29 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-15 13:10:29 +0000
commit89816d550c9cbb0cd91604b24f7df962d821b761 (patch)
treea5d5a33d276e7d99dd6a3cff66f4527395d0789d /tools/clang
parent1fffc5b9aca9e95e4b159f1b053482c3c34381f0 (diff)
downloadchromium_src-89816d550c9cbb0cd91604b24f7df962d821b761.zip
chromium_src-89816d550c9cbb0cd91604b24f7df962d821b761.tar.gz
chromium_src-89816d550c9cbb0cd91604b24f7df962d821b761.tar.bz2
roll clang 151385:152598
New stuff: * ObjC number, array, dict literals * ASan fixes, visibility fixes (see bugs) * (c++11: User-defined literals) * -Wstring-plus-int BUG=114996,112539 TEST=none Review URL: http://codereview.chromium.org/9703027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126898 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..3d57859 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=152598
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"