Hash :
ff95cc93
Author :
Date :
2025-08-15T22:05:15
Enable clang unsafe buffers warnings for ANGLE. Then suppress all directories containing C++ source code to get a good initial state. Bug: b/436880895 Change-Id: Ib1e23015896078af7a1bec7d22cafdcd1fc713e2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6854299 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>
# Copyright 2025 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# See https://source.chromium.org/chromium/chromium/src/+/main:docs/unsafe_buffers.md
# Checks to enforce
.buffers,libc
# These directories are excluded
-build/
-samples/
-src/
-testing/
-third_party/
-tools/
-util/