summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-01 19:12:49 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-01 19:12:49 +0000
commit896e233176a3d047d558f34d2082d6cc1b6ed452 (patch)
treeea3594dfffa90b17b7ba3ecbd687fd10ad9be50f /tools
parentb214090e26e3a3e1654d24e7f93d52e654e8540d (diff)
downloadchromium_src-896e233176a3d047d558f34d2082d6cc1b6ed452.zip
chromium_src-896e233176a3d047d558f34d2082d6cc1b6ed452.tar.gz
chromium_src-896e233176a3d047d558f34d2082d6cc1b6ed452.tar.bz2
Roll clang.
127569:128641. One interesting new feature is Elliot's -Wheader-hygiene BUG=none TEST=none Review URL: http://codereview.chromium.org/6771055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80199 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 fd07524..47f31e5 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=127569
+CLANG_REVISION=128641
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}"/../../../third_party/llvm