Suppress performance-avold-endl clang-tidy warning

This is a new warning introduced in clang-r498229.

Bug: 285005947
Test: build
Change-Id: Ia66c1f2555e2654614137e950832070e4e8dd54f
This commit is contained in:
Yabin Cui
2023-05-31 19:25:49 +00:00
parent 02e8a0dba1
commit 2c336fe5b5

View File

@@ -42,6 +42,8 @@ var (
"-bugprone-unchecked-optional-access",
// http://b/265438407
"-misc-use-anonymous-namespace",
// http://b/285005947
"-performance-avoid-endl",
}
// Some clang-tidy checks are included in some tidy_checks_as_errors lists,