3830714320
This warning was originally a stand alone clang warning, not part of 'all' or 'extra', which had false positives. These false positives were particularly accute when a container's iterators are proxy iterators. Unfortunately the warning was moved into 'all' before being fixed. After this became apparent, the warning was modified and split up, but not before it was shipped in Clang 10 and XCode 11. It appears the fixed version of the warning is in Clang 12 and XCode 12. Until the older compilers are no longer supported, disable the warning. This explicitly keeps the useful range-loop-construct warning which is part of the range-loop-analysis. The range-loop-bind-reference part is disabled. Change-Id: I4023613bc14ac90989e699989b49582fbd4793d7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/372816 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Herb Derby <herb@google.com> |
||
---|---|---|
animations | ||
bazel | ||
bench | ||
bin | ||
build/fuchsia | ||
build_overrides | ||
client_utils/android | ||
demos.skia.org | ||
dm | ||
docker | ||
docs/examples | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
specs | ||
src | ||
tests | ||
third_party | ||
tools | ||
.bazelignore | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.bazel | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
DIR_METADATA | ||
go.mod | ||
go.sum | ||
LICENSE | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
RELEASE_NOTES.txt | ||
whitespace.txt | ||
WORKSPACE.bazel |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.