platform_build_soong/cc/config
Krzysztof Kosiński 8f8cc1668e Globally disable -Wreorder-init-list.
This warning is triggered even when initializers don't have any
side effects, so it very rarely surfaces actual bugs/mistakes.
99% of the time it complains about a purely cosmetic issue.
Disable it by default in commonGlobalCFlags, which still allows
individual modules to opt into it.

Bug: 145210666
Test: presubmit
Change-Id: I671b5c457ee3d92b9cc37f020ba54e01e1a04f59
2023-10-22 05:09:40 +00:00
..
Android.bp Add riscv64-linux-android support 2022-10-03 08:43:13 -07:00
arm64_device.go soong: Add product variable DevicePageSizeAgnostic 2023-08-09 16:46:07 -07:00
arm64_linux_host.go Revert "Use zstd to compress debug info in cc libraries" 2023-10-20 13:07:14 +00:00
arm_device.go soong: ARM 32-bit targets must be built with 4k elf alignment 2023-08-11 12:00:40 -07:00
arm_linux_host.go Revert "Use zstd to compress debug info in cc libraries" 2023-10-20 13:07:14 +00:00
bionic.go Make toolchain more compose-y 2022-09-01 14:21:36 -07:00
cfi_exports.map
clang.go Remove unused-but-set-{variable,parameter} from ClangUnknownCflags 2021-09-13 06:25:41 +00:00
darwin_host.go Removed unused GCC references 2022-09-30 19:32:48 -07:00
global.go Globally disable -Wreorder-init-list. 2023-10-22 05:09:40 +00:00
integer_overflow_blocklist.txt Rename CFI blocklist files. 2020-07-27 18:37:48 +00:00
OWNERS Update OWNERS file for actual Android LLVM members. 2023-09-01 14:48:34 -07:00
riscv64_device.go riscv64: assume fast unaligned access. 2023-10-04 14:50:03 -07:00
tidy.go Suppress clang-tidy warnings causing build errors after clang update 2023-06-01 19:15:40 +00:00
tidy_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
toolchain.go make android.InList generic 2023-07-18 15:07:24 -04:00
vndk.go Revert "Add libdumpstateutil to vendor variant list" 2023-08-03 13:56:54 +00:00
x86_64_device.go Add arch variants for Intel Atom CPUs 2022-11-16 17:26:53 +09:00
x86_device.go Add arch variants for Intel Atom CPUs 2022-11-16 17:26:53 +09:00
x86_linux_bionic_host.go Revert "Use zstd to compress debug info in cc libraries" 2023-10-20 13:07:14 +00:00
x86_linux_host.go Revert "Use zstd to compress debug info in cc libraries" 2023-10-20 13:07:14 +00:00
x86_windows_host.go Removed unused GCC references 2022-09-30 19:32:48 -07:00