Commit dd747e31 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Roll clang n332890-c2443155-1 : n333629-caa41209-1.

Ran `./tools/clang/scripts/upload_revision.py caa412090666c10f854322cdc701c1cbf8ed726e`.

Change-Id: I7cb80e1332fadd08e39e5e4d6cd224c270ee5f74
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959582
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Reid Kleckner <rnk@chromium.org>
Reviewed-by: default avatarBob Haarman <inglorion@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#724004}
parent e331e1b5
...@@ -1528,6 +1528,9 @@ config("default_warnings") { ...@@ -1528,6 +1528,9 @@ config("default_warnings") {
# TODO(https://crbug.com/1028110): Evaluate and possible enable. # TODO(https://crbug.com/1028110): Evaluate and possible enable.
"-Wno-deprecated-copy", "-Wno-deprecated-copy",
# TODO(https://crbug.com/1031169): Clean up and enable.
"-Wno-misleading-indentation",
] ]
if (is_fuchsia) { if (is_fuchsia) {
...@@ -1547,13 +1550,6 @@ config("default_warnings") { ...@@ -1547,13 +1550,6 @@ config("default_warnings") {
# TODO(https://crbug.com/995993): Clean up and enable. # TODO(https://crbug.com/995993): Clean up and enable.
"-Wno-implicit-fallthrough", "-Wno-implicit-fallthrough",
] ]
if (llvm_force_head_revision) {
cflags += [
# TODO(https://crbug.com/1031169): Clean up and enable.
"-Wno-misleading-indentation",
]
}
} }
} }
} }
......
...@@ -39,8 +39,8 @@ import zipfile ...@@ -39,8 +39,8 @@ import zipfile
# Do NOT CHANGE this if you don't know what you're doing -- see # 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 # https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md
# Reverting problematic clang rolls is safe, though. # Reverting problematic clang rolls is safe, though.
CLANG_REVISION = 'c2443155a0fb245c8f17f2c1c72b6ea391e86e81' CLANG_REVISION = 'caa412090666c10f854322cdc701c1cbf8ed726e'
CLANG_SVN_REVISION = 'n332890' CLANG_SVN_REVISION = 'n333629'
CLANG_SUB_REVISION = 1 CLANG_SUB_REVISION = 1
PACKAGE_VERSION = '%s-%s-%s' % (CLANG_SVN_REVISION, CLANG_REVISION[:8], PACKAGE_VERSION = '%s-%s-%s' % (CLANG_SVN_REVISION, CLANG_REVISION[:8],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment