Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c336fe5 authored by Yabin Cui's avatar Yabin Cui
Browse files

Suppress performance-avold-endl clang-tidy warning

This is a new warning introduced in clang-r498229.

Bug: 285005947
Test: build
Change-Id: Ia66c1f2555e2654614137e950832070e4e8dd54f
parent 02e8a0db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,