Suppress misc-use-anonymous-namespace clang-tidy warning

This is a new warning introduced in clang-r484482.

Test: presubmit
Bug: 265438407
Change-Id: Ic31e0dac5aee3214e21bad41f2e6e3505daabe2c
This commit is contained in:
Yi Kong
2023-01-14 02:37:21 +09:00
parent 5c1b0ba692
commit df456b5f33

View File

@@ -40,6 +40,8 @@ var (
"-cert-err33-c",
// http://b/241125373
"-bugprone-unchecked-optional-access",
// http://b/265438407
"-misc-use-anonymous-namespace",
}
// Some clang-tidy checks are included in some tidy_checks_as_errors lists,