Merge "Switch to clang-r339409."
am: ee15f2a7c7
Change-Id: Ic7de9d629900ce71315029a82f32a89a11c730be
This commit is contained in:
@@ -183,6 +183,18 @@ func init() {
|
||||
// Disable c++98-specific warning since Android is not concerned with C++98
|
||||
// compatibility.
|
||||
"-Wno-c++98-compat-extra-semi",
|
||||
|
||||
// Disable this warning until we can fix all instances where it fails.
|
||||
"-Wno-self-assign-overloaded",
|
||||
|
||||
// Disable this warning until we can fix all instances where it fails.
|
||||
"-Wno-constant-logical-operand",
|
||||
|
||||
// Disable this warning because we don't care about behavior with older compilers.
|
||||
"-Wno-return-std-move-in-c++11",
|
||||
|
||||
// Disable this warning until we can fix all instances where it fails.
|
||||
"-Wno-dangling-field",
|
||||
}, " "))
|
||||
|
||||
// Extra cflags for projects under external/ directory
|
||||
|
@@ -126,8 +126,8 @@ var (
|
||||
|
||||
// prebuilts/clang default settings.
|
||||
ClangDefaultBase = "prebuilts/clang/host"
|
||||
ClangDefaultVersion = "clang-r328903"
|
||||
ClangDefaultShortVersion = "7.0.2"
|
||||
ClangDefaultVersion = "clang-r339409"
|
||||
ClangDefaultShortVersion = "8.0.1"
|
||||
|
||||
// Directories with warnings from Android.bp files.
|
||||
WarningAllowedProjects = []string{
|
||||
|
Reference in New Issue
Block a user