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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user