summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 20:06:38 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 20:06:38 +0000
commit70c90c24bbe6e1c215a00486a2045220660e38d4 (patch)
tree51ed7c7c3d4fe5ee507cd26d622085246ede5f97 /tools
parente43a2f20dc17817b49fafba2ec4c0240cdb3f844 (diff)
downloadchromium_src-70c90c24bbe6e1c215a00486a2045220660e38d4.zip
chromium_src-70c90c24bbe6e1c215a00486a2045220660e38d4.tar.gz
chromium_src-70c90c24bbe6e1c215a00486a2045220660e38d4.tar.bz2
roll clang 132735:132784
Notable in this roll: hans' ?: warning now works for overloaded operators. BUG=none TEST=none Review URL: http://codereview.chromium.org/7129042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 eda73fe..fbdf1e8 100755
--- a/tools/clang/scripts/update.sh
+++ b/tools/clang/scripts/update.sh
@@ -5,7 +5,7 @@
# This script will check out llvm and clang into third_party/llvm and build it.
-CLANG_REVISION=132735
+CLANG_REVISION=132784
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm