summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-13 23:02:40 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-13 23:02:40 +0000
commita39878b38ff8117f163bcf32fc87c8cf8b405e4f (patch)
treec140b4c3e9dc01bced5c9ebe2fb6216c33d81591 /tools
parentc78669c954f21f73734a1a484943d19525a58a5b (diff)
downloadchromium_src-a39878b38ff8117f163bcf32fc87c8cf8b405e4f.zip
chromium_src-a39878b38ff8117f163bcf32fc87c8cf8b405e4f.tar.gz
chromium_src-a39878b38ff8117f163bcf32fc87c8cf8b405e4f.tar.bz2
roll clang 132784:132902
Notable changes: Support for http://clang.llvm.org/docs/LanguageExtensions.html#objc_instancetype This triggered: http://codereview.chromium.org/7003152 http://codereview.chromium.org/7104133 http://codereview.chromium.org/7129072 BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/7134089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88918 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 fbdf1e8..dc6b425 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=132784
+CLANG_REVISION=132902
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm