Roll clang 361212:361565.

Ran `tools/clang/scripts/upload_revision.py 342571e8d6eb1afb151ae1103431798e3d24054f`.

Bug: 965768
Change-Id: Id83d35a8850c40b2e8577c350ab573c1af541643
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627461
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Bob Haarman <inglorion@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663353}
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
index 876fb66d1..b7ec74c 100755
--- a/tools/clang/scripts/update.py
+++ b/tools/clang/scripts/update.py
@@ -36,9 +36,9 @@
 # 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 = '67510fac36d27b2e22c7cd955fc167136b737b93'
-CLANG_SVN_REVISION = '361212'
-CLANG_SUB_REVISION = 2
+CLANG_REVISION = '342571e8d6eb1afb151ae1103431798e3d24054f'
+CLANG_SVN_REVISION = '361565'
+CLANG_SUB_REVISION = 1
 
 PACKAGE_VERSION = '%s-%s-%s' % (CLANG_SVN_REVISION, CLANG_REVISION[:8],
                                 CLANG_SUB_REVISION)