Prepare to build clang-r475365

Allow single-bit-bitfield-constant-conversion warnings to pass
with r475365.

Bug: 253033919
Test: run test_compiler.py
Change-Id: Icc1f1c6c013418f1e5bb839ef70ebe8498b9cedc
This commit is contained in:
Yabin Cui
2022-10-27 10:17:16 -07:00
parent ab17626ba6
commit 0ebe7c8eb3

View File

@@ -293,10 +293,8 @@ var (
}
llvmNextExtraCommonGlobalCflags = []string{
// New warnings to be fixed after clang-r468909
"-Wno-error=array-parameter", // http://b/241941550
"-Wno-error=deprecated-builtins", // http://b/241601211
"-Wno-error=deprecated", // in external/googletest/googletest
// New warnings to be fixed after clang-r475365
"-Wno-error=single-bit-bitfield-constant-conversion", // http://b/243965903
}
IllegalFlags = []string{