summaryrefslogtreecommitdiff
path: root/src/util/bot/update_clang.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bot/update_clang.py')
-rw-r--r--src/util/bot/update_clang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/bot/update_clang.py b/src/util/bot/update_clang.py
index d23abfcc..3fd59a30 100644
--- a/src/util/bot/update_clang.py
+++ b/src/util/bot/update_clang.py
@@ -22,7 +22,7 @@ import urllib
# CLANG_REVISION and CLANG_SUB_REVISION determine the build of clang
# to use. These should be synced with tools/clang/scripts/update.py in
# Chromium.
-CLANG_REVISION = "300839"
+CLANG_REVISION = "305281"
CLANG_SUB_REVISION = "1"
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)