summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 20:29:31 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 20:29:31 +0000
commit963b13d90a9113c2f6f15043e373ffec9fe713c8 (patch)
treeadc1e30333a37d3517f11ae40161a3fc7b393ad3
parentdf24fe42009fc32c4f0aac23b4c054e13451fa98 (diff)
downloadchromium_src-963b13d90a9113c2f6f15043e373ffec9fe713c8.zip
chromium_src-963b13d90a9113c2f6f15043e373ffec9fe713c8.tar.gz
chromium_src-963b13d90a9113c2f6f15043e373ffec9fe713c8.tar.bz2
roll clang 144547:145052
Notable in this roll: clang now understands -faddress-sanitizer. The runtime library isn't checked in yet, so it's not all that useful yet. BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/8562011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111203 0039d316-1c4b-4281-b951-d872f2087c98
-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 f1ccf78..43e173f 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
# http://code.google.com/p/chromium/wiki/UpdatingClang
# Reverting problematic clang rolls is safe, though.
-CLANG_REVISION=144547
+CLANG_REVISION=145052
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"