[infra] Roll clang to d0ddae678e3f634c988542dfbdde1dd0afe66344.
Update clang format, remove boringssl err.h from clang-tidy TEST=ci Change-Id: Ib73d89b292ee4dfa2249ec519071e7621bb92c22 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/487885 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
committed by
Commit Queue
parent
6967e81fb1
commit
9bd916646a
@@ -80,7 +80,7 @@ vars = {
|
||||
"jsc_tag": "version:308651",
|
||||
|
||||
# https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/clang
|
||||
"clang_version": "git_revision:80743bd43fd5b38fedc503308e7a652e23d3ec93",
|
||||
"clang_version": "git_revision:d0ddae678e3f634c988542dfbdde1dd0afe66344",
|
||||
|
||||
# https://chrome-infra-packages.appspot.com/p/gn/gn
|
||||
"gn_version": "git_revision:2941d2a26fa9cef3103f10e1dee5da7cd404008a",
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
Checks: -*,readability-implicit-bool-conversion,bugprone-argument-comment
|
||||
ExcludeHeaderFilterRegex: "third_party.boringssl.src.include.openssl.err\\.h" # breaks readability-implicit-bool-conversion
|
||||
@@ -144,9 +144,10 @@ Dart_Handle SetupDartIoLibrary(const DartIoSettings& settings) {
|
||||
|
||||
if (settings.enable_network_profiling) {
|
||||
#if !defined(PRODUCT)
|
||||
auto dart_type =
|
||||
DartUtils::GetDartType(DartUtils::kIOLibURL, "_NetworkProfiling");
|
||||
ASSIGN_OR_RETURN(
|
||||
Dart_Handle network_profiling_type,
|
||||
DartUtils::GetDartType(DartUtils::kIOLibURL, "_NetworkProfiling"));
|
||||
Dart_Handle network_profiling_type, dart_type);
|
||||
RETURN_IF_ERROR(Dart_Invoke(
|
||||
network_profiling_type,
|
||||
DartUtils::NewString("_registerServiceExtension"), 0, nullptr));
|
||||
|
||||
Reference in New Issue
Block a user