Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ebe7c8e authored by Yabin Cui's avatar Yabin Cui
Browse files

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
parent ab17626b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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{