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:
@@ -42,6 +42,8 @@ var (
|
|||||||
"-bugprone-unchecked-optional-access",
|
"-bugprone-unchecked-optional-access",
|
||||||
// http://b/265438407
|
// http://b/265438407
|
||||||
"-misc-use-anonymous-namespace",
|
"-misc-use-anonymous-namespace",
|
||||||
|
// http://b/285005947
|
||||||
|
"-performance-avoid-endl",
|
||||||
}
|
}
|
||||||
|
|
||||||
// Some clang-tidy checks are included in some tidy_checks_as_errors lists,
|
// Some clang-tidy checks are included in some tidy_checks_as_errors lists,
|
||||||
|
Reference in New Issue
Block a user