Merge "Switch to clang-r339409."

am: ee15f2a7c7

Change-Id: Ic7de9d629900ce71315029a82f32a89a11c730be
This commit is contained in:
Stephen Hines
2018-10-01 09:20:41 -07:00
committed by android-build-merger
3 changed files with 16 additions and 4 deletions

View File

@@ -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