Suppress clang-tidy warnings causing build errors after clang update
These warnings are not critical. We can fix them later. Bug: 285361108 Bug: 285356805 Bug: 285356799 Test: build with WITH_TIDY=1 using clang-r498229 Change-Id: I594279a10ffb4fda07dfc33350b44d09c42d3f97
This commit is contained in:
@@ -58,6 +58,14 @@ var (
|
||||
"-bugprone-signed-char-misuse",
|
||||
// http://b/241819232
|
||||
"-misc-const-correctness",
|
||||
// http://b/285356805
|
||||
"-bugprone-unsafe-functions",
|
||||
"-cert-msc24-c",
|
||||
"-cert-msc33-c",
|
||||
// http://b/285356799
|
||||
"-modernize-type-traits",
|
||||
// http://b/285361108
|
||||
"-readability-avoid-unconditional-preprocessor-if",
|
||||
}
|
||||
|
||||
extraArgFlags = []string{
|
||||
|
Reference in New Issue
Block a user