Revert^7 "Upgrade to clang-r522817"
36c6af6bd2e11ee2e538c9b56749fc7bd57eebd3
Change-Id: Id3320a7862f1ebbfe49bfa4caa36e7ccfd515524
diff --git a/cc/config/global.go b/cc/config/global.go
index 62a4765..290a27d 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -300,9 +300,6 @@
// New warnings to be fixed after clang-r475365
"-Wno-error=single-bit-bitfield-constant-conversion", // http://b/243965903
"-Wno-error=enum-constexpr-conversion", // http://b/243964282
- // New warnings to be fixed after clang-r522817
- "-Wno-error=invalid-offsetof",
- "-Wno-error=thread-safety-reference-return",
// Irrelevant on Android because _we_ don't use exceptions, but causes
// lots of build noise because libcxx/libcxxabi do. This can probably
@@ -310,9 +307,6 @@
// until then because it causes warnings in the _callers_, not the
// project itself.
"-Wno-deprecated-dynamic-exception-spec",
-
- // Allow using VLA CXX extension.
- "-Wno-vla-cxx-extension",
}
noOverride64GlobalCflags = []string{}
@@ -397,7 +391,7 @@
// prebuilts/clang default settings.
ClangDefaultBase = "prebuilts/clang/host"
- ClangDefaultVersion = "clang-r522817"
+ ClangDefaultVersion = "clang-r510928"
ClangDefaultShortVersion = "18"
// Directories with warnings from Android.bp files.