Merge "Prepare to build clang-r468909"
This commit is contained in:
@@ -290,7 +290,12 @@ var (
|
|||||||
"-Wno-deprecated-non-prototype",
|
"-Wno-deprecated-non-prototype",
|
||||||
}
|
}
|
||||||
|
|
||||||
llvmNextExtraCommonGlobalCflags = []string{}
|
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
|
||||||
|
}
|
||||||
|
|
||||||
IllegalFlags = []string{
|
IllegalFlags = []string{
|
||||||
"-w",
|
"-w",
|
||||||
|
Reference in New Issue
Block a user