platform_build_soong/cc/config
Colin Cross 23d988d54a Remove -Wno-thread-safety-negative
-Wthread-safety-negative was disabled because it requires locks to
support an operator!(), and std::mutex in libc++ does not.  Disabling
it everywhere was preventing it being used for modules that want to
opt in to using it and provide their own lock that supports
operator!().  Modules that use -Weverything should either stop using
 -Weverything (preferred), or add -Wno-thread-safety-negative.

Bug: 143713277
Test: m native
Change-Id: I0b84679a806a21b16cabe7f739fde61c3efe2cbe
2019-11-08 18:27:40 +00:00
..
arm64_device.go Move arch variants registering code to arch.go. 2019-01-16 18:29:03 -08:00
arm64_fuchsia_device.go Support building for Fuchsia. 2019-01-24 18:59:29 +00:00
arm_device.go Add missing cortex-a76 arm configuration 2019-09-12 18:37:45 +02:00
cfi_exports.map
clang.go Remove -Wno-thread-safety-negative 2019-11-08 18:27:40 +00:00
global.go Merge "soong: -Werror=fortify-source" 2019-09-20 23:49:33 +00:00
integer_overflow_blacklist.txt
mips64_device.go Move arch variants registering code to arch.go. 2019-01-16 18:29:03 -08:00
mips_device.go Move arch variants registering code to arch.go. 2019-01-16 18:29:03 -08:00
tidy.go Revert "Disable performance-noexcept-move-constructor check." 2018-10-05 18:45:06 +00:00
tidy_test.go
toolchain.go Add the cc_fuzz target. 2019-07-16 16:30:53 -07:00
vndk.go Add android.hardware.neuralnetworks@1.3 2019-10-16 14:01:25 +01:00
x86_64_device.go Stop defining unused USE_SSSE3. 2019-07-12 22:40:45 -07:00
x86_64_fuchsia_device.go Stop defining unused USE_SSSE3. 2019-07-12 22:40:45 -07:00
x86_darwin_host.go Add support for 10.15 SDK 2019-10-22 17:01:15 -07:00
x86_device.go Stop defining unused USE_SSSE3. 2019-07-12 22:40:45 -07:00
x86_linux_bionic_host.go Remove -fno-emulated-tls from linux_bionic 2018-10-31 11:18:22 -07:00
x86_linux_host.go Add the cc_fuzz target. 2019-07-16 16:30:53 -07:00
x86_windows_host.go Pass -static-libgcc to Windows link commands 2019-10-15 13:58:30 -07:00