mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-11 14:41:50 +00:00
Fix legacy non-inclusive language issues
Explicitly filters out problematic files from presubmit with issues that are not under our control, i.e. URLs. BUG=tint:1433 Change-Id: I34a449c825edc39f934cbe9afa3436f7514f2808 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/80860 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
committed by
Tint LUCI CQ
parent
c9735450c0
commit
555e94e7e3
@@ -121,8 +121,8 @@ void RemovePhonies::Run(CloneContext& ctx, const DataMap&, DataMap&) const {
|
||||
}
|
||||
|
||||
// Phony assignment with multiple side effects.
|
||||
// Generate a call to a dummy function with the side effects as
|
||||
// arguments.
|
||||
// Generate a call to a placeholder function with the side
|
||||
// effects as arguments.
|
||||
ctx.Replace(stmt, [&, side_effects] {
|
||||
SinkSignature sig;
|
||||
for (auto* arg : side_effects) {
|
||||
|
||||
Reference in New Issue
Block a user