summaryrefslogtreecommitdiff
path: root/chromium/tools/clang/scripts/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/clang/scripts/update.py')
-rwxr-xr-xchromium/tools/clang/scripts/update.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/tools/clang/scripts/update.py b/chromium/tools/clang/scripts/update.py
index 83e0ede51fb..c9bdcf3ae20 100755
--- a/chromium/tools/clang/scripts/update.py
+++ b/chromium/tools/clang/scripts/update.py
@@ -37,8 +37,8 @@ import zipfile
# Do NOT CHANGE this if you don't know what you're doing -- see
# https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md
# Reverting problematic clang rolls is safe, though.
-CLANG_REVISION = '99ac9ce7016d701b43b8f0c308dc3463da57d983'
-CLANG_SVN_REVISION = 'n353803'
+CLANG_REVISION = '4e813bbdf'
+CLANG_SVN_REVISION = 'n356902'
CLANG_SUB_REVISION = 1
PACKAGE_VERSION = '%s-%s-%s' % (CLANG_SVN_REVISION, CLANG_REVISION[:8],