Update clang to r344140

Bug: 111759196
Test: Test various targets in AOSP and internal branches.
      For Googlers, go/clang-r344140-testing
Change-Id: I70fc5a2824de698d78c95ce2acd42eff9c5ebe15
This commit is contained in:
Yi Kong
2018-10-30 15:31:38 -07:00
parent ea058fd78c
commit 53ed59ef35
2 changed files with 5 additions and 2 deletions

View File

@@ -129,6 +129,9 @@ func init() {
// Warnings from clang-7.0
"-Wno-deprecated-register",
"-Wno-sign-compare",
// Warnings from clang-8.0
"-Wno-defaulted-function-deleted",
}, " "))
pctx.StaticVariable("ClangExtraCppflags", strings.Join([]string{