Loading cc/config/global.go +2 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,8 @@ var ( } llvmNextExtraCommonGlobalCflags = []string{ // New warnings to be fixed after clang-r475365 "-Wno-error=single-bit-bitfield-constant-conversion", // http://b/243965903 // Do not report warnings when testing with the top of trunk LLVM. "-Wno-error", } IllegalFlags = []string{ Loading Loading
cc/config/global.go +2 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,8 @@ var ( } llvmNextExtraCommonGlobalCflags = []string{ // New warnings to be fixed after clang-r475365 "-Wno-error=single-bit-bitfield-constant-conversion", // http://b/243965903 // Do not report warnings when testing with the top of trunk LLVM. "-Wno-error", } IllegalFlags = []string{ Loading