Switch to clang-r346389.

* Add -fno-sanitize=implicit-integer-sign-change when
  there is any integer related sanitizer, and this check
  is not explicitly specified.
  Android core does not boot with this new sanitizer yet.
* Filter out -fno-sanitize=implicit-integer-sign-change
  from tooling flags.

Bug: 119329758
Bug: 119557795
Test: make checkbuild, boot, go/clang-r346389-testing
Change-Id: I709de569cb73d070fc4958e2b4387f4041bc5438
This commit is contained in:
Chih-Hung Hsieh
2018-11-15 14:01:36 -08:00
committed by Chih-hung Hsieh
parent ce16f3bac8
commit 3567e62f97
3 changed files with 25 additions and 3 deletions

View File

@@ -120,8 +120,8 @@ var (
// prebuilts/clang default settings.
ClangDefaultBase = "prebuilts/clang/host"
ClangDefaultVersion = "clang-r344140b"
ClangDefaultShortVersion = "8.0.4"
ClangDefaultVersion = "clang-r346389"
ClangDefaultShortVersion = "8.0.5"
// Directories with warnings from Android.bp files.
WarningAllowedProjects = []string{