From 1f9b2b6a44021816ce87a2cc33e9e1629d14f800 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:57:18 +0000 Subject: [PATCH] Regenerate linux toolchains from f29d90fdcd2e8e1b92f1eb7aa75d45fbb79d0d84 [skip ci] build/image: Update llvm -> 16.0.0 (#342) Signed-off-by: Ryan Northey --- toolchains/configs/linux/clang/cc/BUILD | 6 +- .../clang/cc/builtin_include_directory_paths | 6 +- .../configs/linux/clang/cc/cc_wrapper.sh | 2 +- .../configs/linux/clang/cc/module.modulemap | 772 +++++++++++++----- toolchains/configs/linux/clang/config/BUILD | 2 +- .../configs/linux/clang_libcxx/cc/BUILD | 6 +- .../cc/builtin_include_directory_paths | 6 +- .../linux/clang_libcxx/cc/cc_wrapper.sh | 2 +- .../linux/clang_libcxx/cc/module.modulemap | 772 +++++++++++++----- .../configs/linux/clang_libcxx/config/BUILD | 2 +- toolchains/configs/linux/gcc/config/BUILD | 2 +- 11 files changed, 1145 insertions(+), 433 deletions(-) diff --git a/toolchains/configs/linux/clang/cc/BUILD b/toolchains/configs/linux/clang/cc/BUILD index 321cd999..6575f38e 100755 --- a/toolchains/configs/linux/clang/cc/BUILD +++ b/toolchains/configs/linux/clang/cc/BUILD @@ -98,11 +98,11 @@ cc_toolchain_config( target_libc = "local", abi_version = "local", abi_libc_version = "local", - cxx_builtin_include_directories = ["/opt/llvm/lib/clang/14.0.0/include", + cxx_builtin_include_directories = ["/opt/llvm/lib/clang/16/include", "/usr/local/include", "/usr/include/x86_64-linux-gnu", "/usr/include", - "/opt/llvm/lib/clang/14.0.0/share", + "/opt/llvm/lib/clang/16/share", "/usr/include/c++/11", "/usr/include/x86_64-linux-gnu/c++/11", "/usr/include/c++/11/backward", @@ -114,7 +114,7 @@ cc_toolchain_config( "llvm-cov": "/opt/llvm/bin/llvm-cov", "llvm-profdata": "/opt/llvm/bin/llvm-profdata", "cpp": "/usr/bin/cpp", - "gcc": "/opt/llvm/bin/clang-14", + "gcc": "/opt/llvm/bin/clang-16", "dwp": "/usr/bin/dwp", "gcov": "/opt/llvm/bin/llvm-profdata", "nm": "/usr/bin/nm", diff --git a/toolchains/configs/linux/clang/cc/builtin_include_directory_paths b/toolchains/configs/linux/clang/cc/builtin_include_directory_paths index dbcfef16..de7255f2 100755 --- a/toolchains/configs/linux/clang/cc/builtin_include_directory_paths +++ b/toolchains/configs/linux/clang/cc/builtin_include_directory_paths @@ -1,14 +1,14 @@ This file is generated by cc_configure and contains builtin include directories -that /opt/llvm/bin/clang-14 reported. This file is a dependency of every compilation action and +that /opt/llvm/bin/clang-16 reported. This file is a dependency of every compilation action and changes to it will be reflected in the action cache key. When some of these paths change, Bazel will make sure to rerun the action, even though none of declared action inputs or the action commandline changes. -/opt/llvm/lib/clang/14.0.0/include +/opt/llvm/lib/clang/16/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include -/opt/llvm/lib/clang/14.0.0/share +/opt/llvm/lib/clang/16/share /usr/include/c++/11 /usr/include/x86_64-linux-gnu/c++/11 /usr/include/c++/11/backward diff --git a/toolchains/configs/linux/clang/cc/cc_wrapper.sh b/toolchains/configs/linux/clang/cc/cc_wrapper.sh index fb34ce88..91beba91 100755 --- a/toolchains/configs/linux/clang/cc/cc_wrapper.sh +++ b/toolchains/configs/linux/clang/cc/cc_wrapper.sh @@ -22,4 +22,4 @@ set -eu # Call the C++ compiler -/opt/llvm/bin/clang-14 "$@" +/opt/llvm/bin/clang-16 "$@" diff --git a/toolchains/configs/linux/clang/cc/module.modulemap b/toolchains/configs/linux/clang/cc/module.modulemap index 628ead2e..515c4dc3 100755 --- a/toolchains/configs/linux/clang/cc/module.modulemap +++ b/toolchains/configs/linux/clang/cc/module.modulemap @@ -1,196 +1,219 @@ module "crosstool" [system] { - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_builtin_vars.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_cmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_complex_builtins.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_device_functions.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_intrinsics.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_libdevice_declares.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_math.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_math_forward_declares.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_runtime_wrapper.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_texture_intrinsics.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_cmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_libdevice_declares.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_math.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_runtime_wrapper.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__stddef_max_align_t.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__wmmintrin_aes.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__wmmintrin_pclmul.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/adxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/altivec.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ammintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/amxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm64intr.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_acle.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_bf16.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_cde.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_cmse.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_fp16.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_mve.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_neon.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_sve.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/armintr.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512bf16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512bitalgintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512bwintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512cdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512dqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512erintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512fintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512fp16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512ifmaintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512ifmavlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512pfintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vbmi2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vbmiintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vbmivlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlbf16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlbitalgintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlbwintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlcdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vldqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlfp16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlvbmi2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlvnniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlvp2intersectintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vnniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vp2intersectintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vpopcntdqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vpopcntdqvlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avxvnniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/bmi2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/bmiintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/builtins.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cet.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cetintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cldemoteintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/clflushoptintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/clwbintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/clzerointrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cpuid.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/crc32intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cuda_wrappers/algorithm" - textual header "/opt/llvm/lib/clang/14.0.0/include/cuda_wrappers/complex" - textual header "/opt/llvm/lib/clang/14.0.0/include/cuda_wrappers/new" - textual header "/opt/llvm/lib/clang/14.0.0/include/emmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/enqcmdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/f16cintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/float.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fma4intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fmaintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fuzzer/FuzzedDataProvider.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fxsrintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/gfniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hexagon_circ_brev_intrinsics.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hexagon_protos.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hexagon_types.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hresetintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/htmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/htmxlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hvx_hexagon_protos.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ia32intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/immintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/inttypes.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/invpcidintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/iso646.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/keylockerintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/limits.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/lwpintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/lzcntintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mm3dnow.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mm_malloc.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/module.modulemap" - textual header "/opt/llvm/lib/clang/14.0.0/include/movdirintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/msa.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mwaitxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/nmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/omp-tools.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/omp.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ompt.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/opencl-c-base.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/opencl-c.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/cmath" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/complex" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/complex.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/complex_cmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/math.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/new" - textual header "/opt/llvm/lib/clang/14.0.0/include/pconfigintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/pkuintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/pmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/popcntintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/emmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/mm_malloc.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/mmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/pmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/smmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/tmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/xmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/prfchwintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/profile/InstrProfData.inc" - textual header "/opt/llvm/lib/clang/14.0.0/include/ptwriteintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/rdseedintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/riscv_vector.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/rtmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/s390intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/allocator_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/asan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/common_interface_defs.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/coverage_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/dfsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/hwasan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/linux_syscall_hooks.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/lsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/msan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/netbsd_syscall_hooks.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/scudo_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/tsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/tsan_interface_atomic.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/ubsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/serializeintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sgxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/shaintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/smmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdalign.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdarg.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdatomic.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdbool.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stddef.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdint.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdnoreturn.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tbmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tgmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tsxldtrkintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/uintrintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/unwind.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vadefs.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vaesintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/varargs.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vecintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vpclmulqdqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/waitpkgintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/wasm_simd128.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/wbnoinvdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/wmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/x86gprintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/x86intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xopintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xray/xray_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xray/xray_log_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xray/xray_records.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsavecintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsaveintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsaveoptintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsavesintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xtestintrin.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_builtin_vars.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_cmath.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_complex_builtins.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_device_functions.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_intrinsics.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_libdevice_declares.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_math.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_math_forward_declares.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_runtime_wrapper.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_texture_intrinsics.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_cmath.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_libdevice_declares.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_math.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_runtime_wrapper.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_stdlib.h" + textual header "/opt/llvm/lib/clang/16/include/__stddef_max_align_t.h" + textual header "/opt/llvm/lib/clang/16/include/__wmmintrin_aes.h" + textual header "/opt/llvm/lib/clang/16/include/__wmmintrin_pclmul.h" + textual header "/opt/llvm/lib/clang/16/include/adxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/altivec.h" + textual header "/opt/llvm/lib/clang/16/include/ammintrin.h" + textual header "/opt/llvm/lib/clang/16/include/amxfp16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/amxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/arm64intr.h" + textual header "/opt/llvm/lib/clang/16/include/arm_acle.h" + textual header "/opt/llvm/lib/clang/16/include/arm_bf16.h" + textual header "/opt/llvm/lib/clang/16/include/arm_cde.h" + textual header "/opt/llvm/lib/clang/16/include/arm_cmse.h" + textual header "/opt/llvm/lib/clang/16/include/arm_fp16.h" + textual header "/opt/llvm/lib/clang/16/include/arm_mve.h" + textual header "/opt/llvm/lib/clang/16/include/arm_neon.h" + textual header "/opt/llvm/lib/clang/16/include/arm_neon_sve_bridge.h" + textual header "/opt/llvm/lib/clang/16/include/arm_sve.h" + textual header "/opt/llvm/lib/clang/16/include/armintr.h" + textual header "/opt/llvm/lib/clang/16/include/avx2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512bf16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512bitalgintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512bwintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512cdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512dqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512erintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512fintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512fp16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512ifmaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512ifmavlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512pfintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vbmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vbmiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vbmivlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlbf16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlbitalgintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlbwintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlcdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vldqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlfp16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlvbmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlvnniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlvp2intersectintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vnniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vp2intersectintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vpopcntdqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vpopcntdqvlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxifmaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxneconvertintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxvnniint8intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxvnniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/bmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/bmiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/builtins.h" + textual header "/opt/llvm/lib/clang/16/include/cet.h" + textual header "/opt/llvm/lib/clang/16/include/cetintrin.h" + textual header "/opt/llvm/lib/clang/16/include/cldemoteintrin.h" + textual header "/opt/llvm/lib/clang/16/include/clflushoptintrin.h" + textual header "/opt/llvm/lib/clang/16/include/clwbintrin.h" + textual header "/opt/llvm/lib/clang/16/include/clzerointrin.h" + textual header "/opt/llvm/lib/clang/16/include/cmpccxaddintrin.h" + textual header "/opt/llvm/lib/clang/16/include/cpuid.h" + textual header "/opt/llvm/lib/clang/16/include/crc32intrin.h" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/algorithm" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/cmath" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/complex" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/new" + textual header "/opt/llvm/lib/clang/16/include/emmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/enqcmdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/f16cintrin.h" + textual header "/opt/llvm/lib/clang/16/include/float.h" + textual header "/opt/llvm/lib/clang/16/include/fma4intrin.h" + textual header "/opt/llvm/lib/clang/16/include/fmaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/fuzzer/FuzzedDataProvider.h" + textual header "/opt/llvm/lib/clang/16/include/fxsrintrin.h" + textual header "/opt/llvm/lib/clang/16/include/gfniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/hexagon_circ_brev_intrinsics.h" + textual header "/opt/llvm/lib/clang/16/include/hexagon_protos.h" + textual header "/opt/llvm/lib/clang/16/include/hexagon_types.h" + textual header "/opt/llvm/lib/clang/16/include/hresetintrin.h" + textual header "/opt/llvm/lib/clang/16/include/htmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/htmxlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/hvx_hexagon_protos.h" + textual header "/opt/llvm/lib/clang/16/include/ia32intrin.h" + textual header "/opt/llvm/lib/clang/16/include/immintrin.h" + textual header "/opt/llvm/lib/clang/16/include/intrin.h" + textual header "/opt/llvm/lib/clang/16/include/inttypes.h" + textual header "/opt/llvm/lib/clang/16/include/invpcidintrin.h" + textual header "/opt/llvm/lib/clang/16/include/iso646.h" + textual header "/opt/llvm/lib/clang/16/include/keylockerintrin.h" + textual header "/opt/llvm/lib/clang/16/include/larchintrin.h" + textual header "/opt/llvm/lib/clang/16/include/limits.h" + textual header "/opt/llvm/lib/clang/16/include/lwpintrin.h" + textual header "/opt/llvm/lib/clang/16/include/lzcntintrin.h" + textual header "/opt/llvm/lib/clang/16/include/mm3dnow.h" + textual header "/opt/llvm/lib/clang/16/include/mm_malloc.h" + textual header "/opt/llvm/lib/clang/16/include/mmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/module.modulemap" + textual header "/opt/llvm/lib/clang/16/include/movdirintrin.h" + textual header "/opt/llvm/lib/clang/16/include/msa.h" + textual header "/opt/llvm/lib/clang/16/include/mwaitxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/nmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/omp-tools.h" + textual header "/opt/llvm/lib/clang/16/include/omp.h" + textual header "/opt/llvm/lib/clang/16/include/ompt-multiplex.h" + textual header "/opt/llvm/lib/clang/16/include/ompt.h" + textual header "/opt/llvm/lib/clang/16/include/opencl-c-base.h" + textual header "/opt/llvm/lib/clang/16/include/opencl-c.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/__clang_openmp_device_functions.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/cmath" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/complex" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/complex.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/complex_cmath.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/math.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/new" + textual header "/opt/llvm/lib/clang/16/include/orc/c_api.h" + textual header "/opt/llvm/lib/clang/16/include/pconfigintrin.h" + textual header "/opt/llvm/lib/clang/16/include/pkuintrin.h" + textual header "/opt/llvm/lib/clang/16/include/pmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/popcntintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/bmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/bmiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/emmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/immintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/mm_malloc.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/mmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/pmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/smmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/tmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/x86gprintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/x86intrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/xmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/prfchiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/prfchwintrin.h" + textual header "/opt/llvm/lib/clang/16/include/profile/InstrProfData.inc" + textual header "/opt/llvm/lib/clang/16/include/ptwriteintrin.h" + textual header "/opt/llvm/lib/clang/16/include/raointintrin.h" + textual header "/opt/llvm/lib/clang/16/include/rdpruintrin.h" + textual header "/opt/llvm/lib/clang/16/include/rdseedintrin.h" + textual header "/opt/llvm/lib/clang/16/include/riscv_vector.h" + textual header "/opt/llvm/lib/clang/16/include/rtmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/s390intrin.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/allocator_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/asan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/common_interface_defs.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/coverage_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/dfsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/hwasan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/linux_syscall_hooks.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/lsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/memprof_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/msan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/netbsd_syscall_hooks.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/scudo_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/tsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/tsan_interface_atomic.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/ubsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/serializeintrin.h" + textual header "/opt/llvm/lib/clang/16/include/sgxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/shaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/smmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/stdalign.h" + textual header "/opt/llvm/lib/clang/16/include/stdarg.h" + textual header "/opt/llvm/lib/clang/16/include/stdatomic.h" + textual header "/opt/llvm/lib/clang/16/include/stdbool.h" + textual header "/opt/llvm/lib/clang/16/include/stddef.h" + textual header "/opt/llvm/lib/clang/16/include/stdint.h" + textual header "/opt/llvm/lib/clang/16/include/stdnoreturn.h" + textual header "/opt/llvm/lib/clang/16/include/tbmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/tgmath.h" + textual header "/opt/llvm/lib/clang/16/include/tmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/tsxldtrkintrin.h" + textual header "/opt/llvm/lib/clang/16/include/uintrintrin.h" + textual header "/opt/llvm/lib/clang/16/include/unwind.h" + textual header "/opt/llvm/lib/clang/16/include/vadefs.h" + textual header "/opt/llvm/lib/clang/16/include/vaesintrin.h" + textual header "/opt/llvm/lib/clang/16/include/varargs.h" + textual header "/opt/llvm/lib/clang/16/include/vecintrin.h" + textual header "/opt/llvm/lib/clang/16/include/velintrin.h" + textual header "/opt/llvm/lib/clang/16/include/velintrin_approx.h" + textual header "/opt/llvm/lib/clang/16/include/velintrin_gen.h" + textual header "/opt/llvm/lib/clang/16/include/vpclmulqdqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/waitpkgintrin.h" + textual header "/opt/llvm/lib/clang/16/include/wasm_simd128.h" + textual header "/opt/llvm/lib/clang/16/include/wbnoinvdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/wmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/x86gprintrin.h" + textual header "/opt/llvm/lib/clang/16/include/x86intrin.h" + textual header "/opt/llvm/lib/clang/16/include/xmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xopintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xray/xray_interface.h" + textual header "/opt/llvm/lib/clang/16/include/xray/xray_log_interface.h" + textual header "/opt/llvm/lib/clang/16/include/xray/xray_records.h" + textual header "/opt/llvm/lib/clang/16/include/xsavecintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xsaveintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xsaveoptintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xsavesintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xtestintrin.h" textual header "/usr/include/x86_64-linux-gnu/a.out.h" textual header "/usr/include/x86_64-linux-gnu/asm/a.out.h" textual header "/usr/include/x86_64-linux-gnu/asm/auxvec.h" @@ -2946,11 +2969,11 @@ module "crosstool" [system] { textual header "/usr/include/xen/gntalloc.h" textual header "/usr/include/xen/gntdev.h" textual header "/usr/include/xen/privcmd.h" - textual header "/opt/llvm/lib/clang/14.0.0/share/asan_ignorelist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/cfi_ignorelist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/dfsan_abilist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/hwasan_ignorelist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/msan_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/asan_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/cfi_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/dfsan_abilist.txt" + textual header "/opt/llvm/lib/clang/16/share/hwasan_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/msan_ignorelist.txt" textual header "/usr/include/c++/11/algorithm" textual header "/usr/include/c++/11/any" textual header "/usr/include/c++/11/array" @@ -3766,6 +3789,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/copy.h" textual header "/opt/llvm/include/c++/v1/__algorithm/copy_backward.h" textual header "/opt/llvm/include/c++/v1/__algorithm/copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/copy_move_common.h" textual header "/opt/llvm/include/c++/v1/__algorithm/copy_n.h" textual header "/opt/llvm/include/c++/v1/__algorithm/count.h" textual header "/opt/llvm/include/c++/v1/__algorithm/count_if.h" @@ -3783,8 +3807,11 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/generate.h" textual header "/opt/llvm/include/c++/v1/__algorithm/generate_n.h" textual header "/opt/llvm/include/c++/v1/__algorithm/half_positive.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/in_found_result.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/in_fun_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/in_in_out_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/in_in_result.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/in_out_out_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/in_out_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/includes.h" textual header "/opt/llvm/include/c++/v1/__algorithm/inplace_merge.h" @@ -3795,14 +3822,17 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/is_sorted.h" textual header "/opt/llvm/include/c++/v1/__algorithm/is_sorted_until.h" textual header "/opt/llvm/include/c++/v1/__algorithm/iter_swap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/iterator_operations.h" textual header "/opt/llvm/include/c++/v1/__algorithm/lexicographical_compare.h" textual header "/opt/llvm/include/c++/v1/__algorithm/lower_bound.h" textual header "/opt/llvm/include/c++/v1/__algorithm/make_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/make_projected.h" textual header "/opt/llvm/include/c++/v1/__algorithm/max.h" textual header "/opt/llvm/include/c++/v1/__algorithm/max_element.h" textual header "/opt/llvm/include/c++/v1/__algorithm/merge.h" textual header "/opt/llvm/include/c++/v1/__algorithm/min.h" textual header "/opt/llvm/include/c++/v1/__algorithm/min_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/min_max_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/minmax.h" textual header "/opt/llvm/include/c++/v1/__algorithm/minmax_element.h" textual header "/opt/llvm/include/c++/v1/__algorithm/mismatch.h" @@ -3819,6 +3849,92 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/pop_heap.h" textual header "/opt/llvm/include/c++/v1/__algorithm/prev_permutation.h" textual header "/opt/llvm/include/c++/v1/__algorithm/push_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_adjacent_find.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_all_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_any_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_binary_search.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_clamp.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy_backward.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_count.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_count_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_equal.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_equal_range.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_fill.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_fill_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_end.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_first_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_if_not.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_for_each.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_for_each_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_generate.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_generate_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_includes.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_inplace_merge.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_heap_until.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_partitioned.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_permutation.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_sorted.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_sorted_until.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_iterator_concept.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_lexicographical_compare.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_lower_bound.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_make_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_max.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_max_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_merge.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_min.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_min_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_minmax.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_minmax_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_mismatch.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_move.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_move_backward.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_next_permutation.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_none_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_nth_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partial_sort.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partial_sort_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partition.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partition_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partition_point.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_pop_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_prev_permutation.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_push_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove_copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace_copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_reverse.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_reverse_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_rotate.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_rotate_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_sample.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_search.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_search_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_difference.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_intersection.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_union.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_shuffle.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_sort.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_sort_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_stable_partition.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_stable_sort.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_swap_ranges.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_transform.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_unique.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_unique_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_upper_bound.h" textual header "/opt/llvm/include/c++/v1/__algorithm/remove.h" textual header "/opt/llvm/include/c++/v1/__algorithm/remove_copy.h" textual header "/opt/llvm/include/c++/v1/__algorithm/remove_copy_if.h" @@ -3848,28 +3964,59 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/stable_sort.h" textual header "/opt/llvm/include/c++/v1/__algorithm/swap_ranges.h" textual header "/opt/llvm/include/c++/v1/__algorithm/transform.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h" textual header "/opt/llvm/include/c++/v1/__algorithm/unique.h" textual header "/opt/llvm/include/c++/v1/__algorithm/unique_copy.h" textual header "/opt/llvm/include/c++/v1/__algorithm/unwrap_iter.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/unwrap_range.h" textual header "/opt/llvm/include/c++/v1/__algorithm/upper_bound.h" + textual header "/opt/llvm/include/c++/v1/__assert" textual header "/opt/llvm/include/c++/v1/__availability" textual header "/opt/llvm/include/c++/v1/__bit/bit_cast.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_ceil.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_floor.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_log2.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_width.h" + textual header "/opt/llvm/include/c++/v1/__bit/blsr.h" textual header "/opt/llvm/include/c++/v1/__bit/byteswap.h" + textual header "/opt/llvm/include/c++/v1/__bit/countl.h" + textual header "/opt/llvm/include/c++/v1/__bit/countr.h" + textual header "/opt/llvm/include/c++/v1/__bit/endian.h" + textual header "/opt/llvm/include/c++/v1/__bit/has_single_bit.h" + textual header "/opt/llvm/include/c++/v1/__bit/popcount.h" + textual header "/opt/llvm/include/c++/v1/__bit/rotate.h" textual header "/opt/llvm/include/c++/v1/__bit_reference" - textual header "/opt/llvm/include/c++/v1/__bits" textual header "/opt/llvm/include/c++/v1/__bsd_locale_defaults.h" textual header "/opt/llvm/include/c++/v1/__bsd_locale_fallbacks.h" textual header "/opt/llvm/include/c++/v1/__charconv/chars_format.h" textual header "/opt/llvm/include/c++/v1/__charconv/from_chars_result.h" + textual header "/opt/llvm/include/c++/v1/__charconv/tables.h" + textual header "/opt/llvm/include/c++/v1/__charconv/to_chars_base_10.h" textual header "/opt/llvm/include/c++/v1/__charconv/to_chars_result.h" textual header "/opt/llvm/include/c++/v1/__chrono/calendar.h" textual header "/opt/llvm/include/c++/v1/__chrono/convert_to_timespec.h" + textual header "/opt/llvm/include/c++/v1/__chrono/convert_to_tm.h" + textual header "/opt/llvm/include/c++/v1/__chrono/day.h" textual header "/opt/llvm/include/c++/v1/__chrono/duration.h" textual header "/opt/llvm/include/c++/v1/__chrono/file_clock.h" + textual header "/opt/llvm/include/c++/v1/__chrono/formatter.h" + textual header "/opt/llvm/include/c++/v1/__chrono/hh_mm_ss.h" textual header "/opt/llvm/include/c++/v1/__chrono/high_resolution_clock.h" + textual header "/opt/llvm/include/c++/v1/__chrono/literals.h" + textual header "/opt/llvm/include/c++/v1/__chrono/month.h" + textual header "/opt/llvm/include/c++/v1/__chrono/month_weekday.h" + textual header "/opt/llvm/include/c++/v1/__chrono/monthday.h" + textual header "/opt/llvm/include/c++/v1/__chrono/ostream.h" + textual header "/opt/llvm/include/c++/v1/__chrono/parser_std_format_spec.h" + textual header "/opt/llvm/include/c++/v1/__chrono/statically_widen.h" textual header "/opt/llvm/include/c++/v1/__chrono/steady_clock.h" textual header "/opt/llvm/include/c++/v1/__chrono/system_clock.h" textual header "/opt/llvm/include/c++/v1/__chrono/time_point.h" + textual header "/opt/llvm/include/c++/v1/__chrono/weekday.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year_month.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year_month_day.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year_month_weekday.h" textual header "/opt/llvm/include/c++/v1/__compare/common_comparison_category.h" textual header "/opt/llvm/include/c++/v1/__compare/compare_partial_order_fallback.h" textual header "/opt/llvm/include/c++/v1/__compare/compare_strong_order_fallback.h" @@ -3912,7 +4059,12 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__coroutine/trivial_awaitables.h" textual header "/opt/llvm/include/c++/v1/__cxxabi_config.h" textual header "/opt/llvm/include/c++/v1/__debug" + textual header "/opt/llvm/include/c++/v1/__debug_utils/randomize_range.h" textual header "/opt/llvm/include/c++/v1/__errc" + textual header "/opt/llvm/include/c++/v1/__expected/bad_expected_access.h" + textual header "/opt/llvm/include/c++/v1/__expected/expected.h" + textual header "/opt/llvm/include/c++/v1/__expected/unexpect.h" + textual header "/opt/llvm/include/c++/v1/__expected/unexpected.h" textual header "/opt/llvm/include/c++/v1/__filesystem/copy_options.h" textual header "/opt/llvm/include/c++/v1/__filesystem/directory_entry.h" textual header "/opt/llvm/include/c++/v1/__filesystem/directory_iterator.h" @@ -3929,10 +4081,18 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__filesystem/recursive_directory_iterator.h" textual header "/opt/llvm/include/c++/v1/__filesystem/space_info.h" textual header "/opt/llvm/include/c++/v1/__filesystem/u8path.h" + textual header "/opt/llvm/include/c++/v1/__format/buffer.h" + textual header "/opt/llvm/include/c++/v1/__format/concepts.h" + textual header "/opt/llvm/include/c++/v1/__format/container_adaptor.h" + textual header "/opt/llvm/include/c++/v1/__format/enable_insertable.h" + textual header "/opt/llvm/include/c++/v1/__format/escaped_output_table.h" + textual header "/opt/llvm/include/c++/v1/__format/extended_grapheme_cluster_table.h" textual header "/opt/llvm/include/c++/v1/__format/format_arg.h" + textual header "/opt/llvm/include/c++/v1/__format/format_arg_store.h" textual header "/opt/llvm/include/c++/v1/__format/format_args.h" textual header "/opt/llvm/include/c++/v1/__format/format_context.h" textual header "/opt/llvm/include/c++/v1/__format/format_error.h" + textual header "/opt/llvm/include/c++/v1/__format/format_functions.h" textual header "/opt/llvm/include/c++/v1/__format/format_fwd.h" textual header "/opt/llvm/include/c++/v1/__format/format_parse_context.h" textual header "/opt/llvm/include/c++/v1/__format/format_string.h" @@ -3943,9 +4103,14 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__format/formatter_floating_point.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_integer.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_integral.h" + textual header "/opt/llvm/include/c++/v1/__format/formatter_output.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_pointer.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_string.h" + textual header "/opt/llvm/include/c++/v1/__format/formatter_tuple.h" textual header "/opt/llvm/include/c++/v1/__format/parser_std_format_spec.h" + textual header "/opt/llvm/include/c++/v1/__format/range_default_formatter.h" + textual header "/opt/llvm/include/c++/v1/__format/range_formatter.h" + textual header "/opt/llvm/include/c++/v1/__format/unicode.h" textual header "/opt/llvm/include/c++/v1/__functional/binary_function.h" textual header "/opt/llvm/include/c++/v1/__functional/binary_negate.h" textual header "/opt/llvm/include/c++/v1/__functional/bind.h" @@ -3953,6 +4118,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__functional/bind_front.h" textual header "/opt/llvm/include/c++/v1/__functional/binder1st.h" textual header "/opt/llvm/include/c++/v1/__functional/binder2nd.h" + textual header "/opt/llvm/include/c++/v1/__functional/boyer_moore_searcher.h" textual header "/opt/llvm/include/c++/v1/__functional/compose.h" textual header "/opt/llvm/include/c++/v1/__functional/default_searcher.h" textual header "/opt/llvm/include/c++/v1/__functional/function.h" @@ -3973,11 +4139,22 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__functional/unary_negate.h" textual header "/opt/llvm/include/c++/v1/__functional/unwrap_ref.h" textual header "/opt/llvm/include/c++/v1/__functional/weak_result_type.h" - textual header "/opt/llvm/include/c++/v1/__functional_base" + textual header "/opt/llvm/include/c++/v1/__fwd/array.h" + textual header "/opt/llvm/include/c++/v1/__fwd/get.h" + textual header "/opt/llvm/include/c++/v1/__fwd/hash.h" + textual header "/opt/llvm/include/c++/v1/__fwd/memory_resource.h" + textual header "/opt/llvm/include/c++/v1/__fwd/pair.h" + textual header "/opt/llvm/include/c++/v1/__fwd/span.h" + textual header "/opt/llvm/include/c++/v1/__fwd/string.h" + textual header "/opt/llvm/include/c++/v1/__fwd/string_view.h" + textual header "/opt/llvm/include/c++/v1/__fwd/subrange.h" + textual header "/opt/llvm/include/c++/v1/__fwd/tuple.h" textual header "/opt/llvm/include/c++/v1/__hash_table" + textual header "/opt/llvm/include/c++/v1/__ios/fpos.h" textual header "/opt/llvm/include/c++/v1/__iterator/access.h" textual header "/opt/llvm/include/c++/v1/__iterator/advance.h" textual header "/opt/llvm/include/c++/v1/__iterator/back_insert_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/bounded_iter.h" textual header "/opt/llvm/include/c++/v1/__iterator/common_iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/concepts.h" textual header "/opt/llvm/include/c++/v1/__iterator/counted_iterator.h" @@ -3996,43 +4173,62 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__iterator/iter_swap.h" textual header "/opt/llvm/include/c++/v1/__iterator/iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/iterator_traits.h" + textual header "/opt/llvm/include/c++/v1/__iterator/iterator_with_data.h" + textual header "/opt/llvm/include/c++/v1/__iterator/mergeable.h" textual header "/opt/llvm/include/c++/v1/__iterator/move_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/move_sentinel.h" textual header "/opt/llvm/include/c++/v1/__iterator/next.h" textual header "/opt/llvm/include/c++/v1/__iterator/ostream_iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/ostreambuf_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/permutable.h" textual header "/opt/llvm/include/c++/v1/__iterator/prev.h" textual header "/opt/llvm/include/c++/v1/__iterator/projected.h" textual header "/opt/llvm/include/c++/v1/__iterator/readable_traits.h" textual header "/opt/llvm/include/c++/v1/__iterator/reverse_access.h" textual header "/opt/llvm/include/c++/v1/__iterator/reverse_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/segmented_iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/size.h" + textual header "/opt/llvm/include/c++/v1/__iterator/sortable.h" textual header "/opt/llvm/include/c++/v1/__iterator/unreachable_sentinel.h" textual header "/opt/llvm/include/c++/v1/__iterator/wrap_iter.h" - textual header "/opt/llvm/include/c++/v1/__libcpp_version" textual header "/opt/llvm/include/c++/v1/__locale" textual header "/opt/llvm/include/c++/v1/__mbstate_t.h" textual header "/opt/llvm/include/c++/v1/__memory/addressof.h" + textual header "/opt/llvm/include/c++/v1/__memory/align.h" + textual header "/opt/llvm/include/c++/v1/__memory/allocate_at_least.h" textual header "/opt/llvm/include/c++/v1/__memory/allocation_guard.h" textual header "/opt/llvm/include/c++/v1/__memory/allocator.h" textual header "/opt/llvm/include/c++/v1/__memory/allocator_arg_t.h" + textual header "/opt/llvm/include/c++/v1/__memory/allocator_destructor.h" textual header "/opt/llvm/include/c++/v1/__memory/allocator_traits.h" + textual header "/opt/llvm/include/c++/v1/__memory/assume_aligned.h" textual header "/opt/llvm/include/c++/v1/__memory/auto_ptr.h" + textual header "/opt/llvm/include/c++/v1/__memory/builtin_new_allocator.h" textual header "/opt/llvm/include/c++/v1/__memory/compressed_pair.h" textual header "/opt/llvm/include/c++/v1/__memory/concepts.h" textual header "/opt/llvm/include/c++/v1/__memory/construct_at.h" + textual header "/opt/llvm/include/c++/v1/__memory/destruct_n.h" textual header "/opt/llvm/include/c++/v1/__memory/pointer_traits.h" textual header "/opt/llvm/include/c++/v1/__memory/ranges_construct_at.h" textual header "/opt/llvm/include/c++/v1/__memory/ranges_uninitialized_algorithms.h" textual header "/opt/llvm/include/c++/v1/__memory/raw_storage_iterator.h" textual header "/opt/llvm/include/c++/v1/__memory/shared_ptr.h" + textual header "/opt/llvm/include/c++/v1/__memory/swap_allocator.h" + textual header "/opt/llvm/include/c++/v1/__memory/temp_value.h" textual header "/opt/llvm/include/c++/v1/__memory/temporary_buffer.h" textual header "/opt/llvm/include/c++/v1/__memory/uninitialized_algorithms.h" textual header "/opt/llvm/include/c++/v1/__memory/unique_ptr.h" textual header "/opt/llvm/include/c++/v1/__memory/uses_allocator.h" + textual header "/opt/llvm/include/c++/v1/__memory/uses_allocator_construction.h" textual header "/opt/llvm/include/c++/v1/__memory/voidify.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/memory_resource.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/monotonic_buffer_resource.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/polymorphic_allocator.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/pool_options.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/synchronized_pool_resource.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/unsynchronized_pool_resource.h" textual header "/opt/llvm/include/c++/v1/__mutex_base" textual header "/opt/llvm/include/c++/v1/__node_handle" - textual header "/opt/llvm/include/c++/v1/__nullptr" textual header "/opt/llvm/include/c++/v1/__numeric/accumulate.h" textual header "/opt/llvm/include/c++/v1/__numeric/adjacent_difference.h" textual header "/opt/llvm/include/c++/v1/__numeric/exclusive_scan.h" @@ -4062,6 +4258,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__random/geometric_distribution.h" textual header "/opt/llvm/include/c++/v1/__random/independent_bits_engine.h" textual header "/opt/llvm/include/c++/v1/__random/is_seed_sequence.h" + textual header "/opt/llvm/include/c++/v1/__random/is_valid.h" textual header "/opt/llvm/include/c++/v1/__random/knuth_b.h" textual header "/opt/llvm/include/c++/v1/__random/linear_congruential_engine.h" textual header "/opt/llvm/include/c++/v1/__random/log2.h" @@ -4084,6 +4281,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__random/weibull_distribution.h" textual header "/opt/llvm/include/c++/v1/__ranges/access.h" textual header "/opt/llvm/include/c++/v1/__ranges/all.h" + textual header "/opt/llvm/include/c++/v1/__ranges/as_rvalue_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/common_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/concepts.h" textual header "/opt/llvm/include/c++/v1/__ranges/copyable_box.h" @@ -4091,33 +4289,43 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__ranges/dangling.h" textual header "/opt/llvm/include/c++/v1/__ranges/data.h" textual header "/opt/llvm/include/c++/v1/__ranges/drop_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/drop_while_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/elements_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/empty.h" textual header "/opt/llvm/include/c++/v1/__ranges/empty_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/enable_borrowed_range.h" textual header "/opt/llvm/include/c++/v1/__ranges/enable_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/filter_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/iota_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/istream_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/join_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/lazy_split_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/non_propagating_cache.h" textual header "/opt/llvm/include/c++/v1/__ranges/owning_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/range_adaptor.h" + textual header "/opt/llvm/include/c++/v1/__ranges/rbegin.h" textual header "/opt/llvm/include/c++/v1/__ranges/ref_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/rend.h" textual header "/opt/llvm/include/c++/v1/__ranges/reverse_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/single_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/size.h" + textual header "/opt/llvm/include/c++/v1/__ranges/split_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/subrange.h" textual header "/opt/llvm/include/c++/v1/__ranges/take_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/take_while_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/transform_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/view_interface.h" + textual header "/opt/llvm/include/c++/v1/__ranges/views.h" + textual header "/opt/llvm/include/c++/v1/__ranges/zip_view.h" textual header "/opt/llvm/include/c++/v1/__split_buffer" textual header "/opt/llvm/include/c++/v1/__std_stream" - textual header "/opt/llvm/include/c++/v1/__string" + textual header "/opt/llvm/include/c++/v1/__string/char_traits.h" + textual header "/opt/llvm/include/c++/v1/__string/extern_template_lists.h" textual header "/opt/llvm/include/c++/v1/__support/android/locale_bionic.h" textual header "/opt/llvm/include/c++/v1/__support/fuchsia/xlocale.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/gettod_zos.h" - textual header "/opt/llvm/include/c++/v1/__support/ibm/limits.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/locale_mgmt_zos.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/nanosleep.h" - textual header "/opt/llvm/include/c++/v1/__support/ibm/support.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/xlocale.h" textual header "/opt/llvm/include/c++/v1/__support/musl/xlocale.h" textual header "/opt/llvm/include/c++/v1/__support/newlib/xlocale.h" @@ -4125,7 +4333,6 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__support/solaris/floatingpoint.h" textual header "/opt/llvm/include/c++/v1/__support/solaris/wchar.h" textual header "/opt/llvm/include/c++/v1/__support/solaris/xlocale.h" - textual header "/opt/llvm/include/c++/v1/__support/win32/limits_msvc_win32.h" textual header "/opt/llvm/include/c++/v1/__support/win32/locale_win32.h" textual header "/opt/llvm/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h" textual header "/opt/llvm/include/c++/v1/__support/xlocale/__posix_l_fallback.h" @@ -4134,14 +4341,156 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__thread/timed_backoff_policy.h" textual header "/opt/llvm/include/c++/v1/__threading_support" textual header "/opt/llvm/include/c++/v1/__tree" - textual header "/opt/llvm/include/c++/v1/__tuple" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/apply_cv.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/make_tuple_types.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/pair_like.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/sfinae_helpers.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_element.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_indices.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_like.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_like_ext.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_size.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_types.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_lvalue_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_rvalue_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_volatile.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/aligned_storage.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/aligned_union.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/alignment_of.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/apply_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/can_extract_key.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/common_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/common_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/conditional.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/conjunction.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/copy_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/copy_cvref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/decay.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/dependent_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/disjunction.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/enable_if.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/extent.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/has_unique_object_representation.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/has_virtual_destructor.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/integral_constant.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_abstract.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_aggregate.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_allocator.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_always_bitcastable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_arithmetic.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_array.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_base_of.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_bounded_array.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_callable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_char_like_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_class.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_compound.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_constant_evaluated.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_convertible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_copy_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_copy_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_core_convertible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_destructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_empty.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_enum.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_final.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_floating_point.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_function.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_fundamental.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_implicitly_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_integral.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_literal_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_member_function_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_member_object_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_member_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_move_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_move_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_convertible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_destructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_move_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_move_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_null_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_object.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_pod.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_polymorphic.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_primary_template.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_reference_wrapper.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_referenceable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_same.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_scalar.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_scoped_enum.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_signed.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_signed_integer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_specialization.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_standard_layout.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_swappable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivial.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_copy_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_copy_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_copyable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_destructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_move_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_move_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_unbounded_array.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_union.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_unsigned.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_unsigned_integer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_valid_expansion.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_void.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_volatile.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/lazy.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_32_64_or_128_bit.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_const_lvalue_ref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_signed.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_unsigned.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/maybe_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/nat.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/negation.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/noexcept_move_assign_container.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/promote.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/rank.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_all_extents.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_const_ref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_cvref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_extent.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_volatile.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/result_of.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/strip_signature.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/type_identity.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/type_list.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/underlying_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/void_t.h" textual header "/opt/llvm/include/c++/v1/__undef_macros" textual header "/opt/llvm/include/c++/v1/__utility/as_const.h" textual header "/opt/llvm/include/c++/v1/__utility/auto_cast.h" textual header "/opt/llvm/include/c++/v1/__utility/cmp.h" + textual header "/opt/llvm/include/c++/v1/__utility/convert_to_integral.h" textual header "/opt/llvm/include/c++/v1/__utility/declval.h" + textual header "/opt/llvm/include/c++/v1/__utility/exception_guard.h" textual header "/opt/llvm/include/c++/v1/__utility/exchange.h" textual header "/opt/llvm/include/c++/v1/__utility/forward.h" + textual header "/opt/llvm/include/c++/v1/__utility/forward_like.h" textual header "/opt/llvm/include/c++/v1/__utility/in_place.h" textual header "/opt/llvm/include/c++/v1/__utility/integer_sequence.h" textual header "/opt/llvm/include/c++/v1/__utility/move.h" @@ -4151,8 +4500,9 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__utility/rel_ops.h" textual header "/opt/llvm/include/c++/v1/__utility/swap.h" textual header "/opt/llvm/include/c++/v1/__utility/to_underlying.h" - textual header "/opt/llvm/include/c++/v1/__utility/transaction.h" + textual header "/opt/llvm/include/c++/v1/__utility/unreachable.h" textual header "/opt/llvm/include/c++/v1/__variant/monostate.h" + textual header "/opt/llvm/include/c++/v1/__verbose_abort" textual header "/opt/llvm/include/c++/v1/algorithm" textual header "/opt/llvm/include/c++/v1/any" textual header "/opt/llvm/include/c++/v1/array" @@ -4192,6 +4542,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/ctgmath" textual header "/opt/llvm/include/c++/v1/ctime" textual header "/opt/llvm/include/c++/v1/ctype.h" + textual header "/opt/llvm/include/c++/v1/cuchar" textual header "/opt/llvm/include/c++/v1/cwchar" textual header "/opt/llvm/include/c++/v1/cwctype" textual header "/opt/llvm/include/c++/v1/cxxabi.h" @@ -4199,12 +4550,12 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/errno.h" textual header "/opt/llvm/include/c++/v1/exception" textual header "/opt/llvm/include/c++/v1/execution" + textual header "/opt/llvm/include/c++/v1/expected" textual header "/opt/llvm/include/c++/v1/experimental/__config" textual header "/opt/llvm/include/c++/v1/experimental/__memory" textual header "/opt/llvm/include/c++/v1/experimental/algorithm" textual header "/opt/llvm/include/c++/v1/experimental/coroutine" textual header "/opt/llvm/include/c++/v1/experimental/deque" - textual header "/opt/llvm/include/c++/v1/experimental/filesystem" textual header "/opt/llvm/include/c++/v1/experimental/forward_list" textual header "/opt/llvm/include/c++/v1/experimental/functional" textual header "/opt/llvm/include/c++/v1/experimental/iterator" @@ -4241,6 +4592,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/istream" textual header "/opt/llvm/include/c++/v1/iterator" textual header "/opt/llvm/include/c++/v1/latch" + textual header "/opt/llvm/include/c++/v1/libcxx.imp" textual header "/opt/llvm/include/c++/v1/limits" textual header "/opt/llvm/include/c++/v1/limits.h" textual header "/opt/llvm/include/c++/v1/list" @@ -4249,6 +4601,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/map" textual header "/opt/llvm/include/c++/v1/math.h" textual header "/opt/llvm/include/c++/v1/memory" + textual header "/opt/llvm/include/c++/v1/memory_resource" textual header "/opt/llvm/include/c++/v1/module.modulemap" textual header "/opt/llvm/include/c++/v1/mutex" textual header "/opt/llvm/include/c++/v1/new" @@ -4266,9 +4619,11 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/set" textual header "/opt/llvm/include/c++/v1/setjmp.h" textual header "/opt/llvm/include/c++/v1/shared_mutex" + textual header "/opt/llvm/include/c++/v1/source_location" textual header "/opt/llvm/include/c++/v1/span" textual header "/opt/llvm/include/c++/v1/sstream" textual header "/opt/llvm/include/c++/v1/stack" + textual header "/opt/llvm/include/c++/v1/stdatomic.h" textual header "/opt/llvm/include/c++/v1/stdbool.h" textual header "/opt/llvm/include/c++/v1/stddef.h" textual header "/opt/llvm/include/c++/v1/stdexcept" @@ -4287,6 +4642,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/type_traits" textual header "/opt/llvm/include/c++/v1/typeindex" textual header "/opt/llvm/include/c++/v1/typeinfo" + textual header "/opt/llvm/include/c++/v1/uchar.h" textual header "/opt/llvm/include/c++/v1/unordered_map" textual header "/opt/llvm/include/c++/v1/unordered_set" textual header "/opt/llvm/include/c++/v1/utility" diff --git a/toolchains/configs/linux/clang/config/BUILD b/toolchains/configs/linux/clang/config/BUILD index d4432a55..650316ab 100755 --- a/toolchains/configs/linux/clang/config/BUILD +++ b/toolchains/configs/linux/clang/config/BUILD @@ -42,7 +42,7 @@ platform( "@bazel_tools//tools/cpp:clang", ], exec_properties = { - "container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:192225da768b1599121af5d317a524892f2f750b61903a8c4d7d751cc98938e7", + "container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:2c4007e490272813be9f0eca3bd5c289e24fe81e9d5e657e994b5ccc15403172", "OSFamily": "Linux", }, ) diff --git a/toolchains/configs/linux/clang_libcxx/cc/BUILD b/toolchains/configs/linux/clang_libcxx/cc/BUILD index 18138d10..363c0b05 100755 --- a/toolchains/configs/linux/clang_libcxx/cc/BUILD +++ b/toolchains/configs/linux/clang_libcxx/cc/BUILD @@ -98,11 +98,11 @@ cc_toolchain_config( target_libc = "local", abi_version = "local", abi_libc_version = "local", - cxx_builtin_include_directories = ["/opt/llvm/lib/clang/14.0.0/include", + cxx_builtin_include_directories = ["/opt/llvm/lib/clang/16/include", "/usr/local/include", "/usr/include/x86_64-linux-gnu", "/usr/include", - "/opt/llvm/lib/clang/14.0.0/share", + "/opt/llvm/lib/clang/16/share", "/opt/llvm/include/x86_64-unknown-linux-gnu/c++/v1", "/opt/llvm/include/c++/v1", "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk"], @@ -111,7 +111,7 @@ cc_toolchain_config( "llvm-cov": "/opt/llvm/bin/llvm-cov", "llvm-profdata": "/opt/llvm/bin/llvm-profdata", "cpp": "/usr/bin/cpp", - "gcc": "/opt/llvm/bin/clang-14", + "gcc": "/opt/llvm/bin/clang-16", "dwp": "/usr/bin/dwp", "gcov": "/opt/llvm/bin/llvm-profdata", "nm": "/usr/bin/nm", diff --git a/toolchains/configs/linux/clang_libcxx/cc/builtin_include_directory_paths b/toolchains/configs/linux/clang_libcxx/cc/builtin_include_directory_paths index e4297fdb..74479412 100755 --- a/toolchains/configs/linux/clang_libcxx/cc/builtin_include_directory_paths +++ b/toolchains/configs/linux/clang_libcxx/cc/builtin_include_directory_paths @@ -1,14 +1,14 @@ This file is generated by cc_configure and contains builtin include directories -that /opt/llvm/bin/clang-14 reported. This file is a dependency of every compilation action and +that /opt/llvm/bin/clang-16 reported. This file is a dependency of every compilation action and changes to it will be reflected in the action cache key. When some of these paths change, Bazel will make sure to rerun the action, even though none of declared action inputs or the action commandline changes. -/opt/llvm/lib/clang/14.0.0/include +/opt/llvm/lib/clang/16/include /usr/local/include /usr/include/x86_64-linux-gnu /usr/include -/opt/llvm/lib/clang/14.0.0/share +/opt/llvm/lib/clang/16/share /opt/llvm/include/x86_64-unknown-linux-gnu/c++/v1 /opt/llvm/include/c++/v1 /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk diff --git a/toolchains/configs/linux/clang_libcxx/cc/cc_wrapper.sh b/toolchains/configs/linux/clang_libcxx/cc/cc_wrapper.sh index fb34ce88..91beba91 100755 --- a/toolchains/configs/linux/clang_libcxx/cc/cc_wrapper.sh +++ b/toolchains/configs/linux/clang_libcxx/cc/cc_wrapper.sh @@ -22,4 +22,4 @@ set -eu # Call the C++ compiler -/opt/llvm/bin/clang-14 "$@" +/opt/llvm/bin/clang-16 "$@" diff --git a/toolchains/configs/linux/clang_libcxx/cc/module.modulemap b/toolchains/configs/linux/clang_libcxx/cc/module.modulemap index c1d75c3a..113372f2 100755 --- a/toolchains/configs/linux/clang_libcxx/cc/module.modulemap +++ b/toolchains/configs/linux/clang_libcxx/cc/module.modulemap @@ -1,196 +1,219 @@ module "crosstool" [system] { - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_builtin_vars.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_cmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_complex_builtins.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_device_functions.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_intrinsics.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_libdevice_declares.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_math.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_math_forward_declares.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_runtime_wrapper.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_cuda_texture_intrinsics.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_cmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_libdevice_declares.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_math.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__clang_hip_runtime_wrapper.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__stddef_max_align_t.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__wmmintrin_aes.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/__wmmintrin_pclmul.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/adxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/altivec.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ammintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/amxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm64intr.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_acle.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_bf16.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_cde.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_cmse.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_fp16.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_mve.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_neon.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/arm_sve.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/armintr.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512bf16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512bitalgintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512bwintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512cdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512dqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512erintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512fintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512fp16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512ifmaintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512ifmavlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512pfintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vbmi2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vbmiintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vbmivlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlbf16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlbitalgintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlbwintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlcdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vldqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlfp16intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlvbmi2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlvnniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vlvp2intersectintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vnniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vp2intersectintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vpopcntdqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avx512vpopcntdqvlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/avxvnniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/bmi2intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/bmiintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/builtins.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cet.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cetintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cldemoteintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/clflushoptintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/clwbintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/clzerointrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cpuid.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/crc32intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/cuda_wrappers/algorithm" - textual header "/opt/llvm/lib/clang/14.0.0/include/cuda_wrappers/complex" - textual header "/opt/llvm/lib/clang/14.0.0/include/cuda_wrappers/new" - textual header "/opt/llvm/lib/clang/14.0.0/include/emmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/enqcmdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/f16cintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/float.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fma4intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fmaintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fuzzer/FuzzedDataProvider.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/fxsrintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/gfniintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hexagon_circ_brev_intrinsics.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hexagon_protos.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hexagon_types.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hresetintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/htmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/htmxlintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/hvx_hexagon_protos.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ia32intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/immintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/inttypes.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/invpcidintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/iso646.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/keylockerintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/limits.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/lwpintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/lzcntintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mm3dnow.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mm_malloc.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/module.modulemap" - textual header "/opt/llvm/lib/clang/14.0.0/include/movdirintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/msa.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/mwaitxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/nmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/omp-tools.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/omp.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ompt.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/opencl-c-base.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/opencl-c.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/__clang_openmp_device_functions.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/cmath" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/complex" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/complex.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/complex_cmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/math.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/openmp_wrappers/new" - textual header "/opt/llvm/lib/clang/14.0.0/include/pconfigintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/pkuintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/pmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/popcntintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/emmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/mm_malloc.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/mmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/pmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/smmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/tmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/ppc_wrappers/xmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/prfchwintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/profile/InstrProfData.inc" - textual header "/opt/llvm/lib/clang/14.0.0/include/ptwriteintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/rdseedintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/riscv_vector.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/rtmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/s390intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/allocator_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/asan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/common_interface_defs.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/coverage_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/dfsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/hwasan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/linux_syscall_hooks.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/lsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/msan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/netbsd_syscall_hooks.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/scudo_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/tsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/tsan_interface_atomic.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sanitizer/ubsan_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/serializeintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/sgxintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/shaintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/smmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdalign.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdarg.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdatomic.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdbool.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stddef.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdint.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/stdnoreturn.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tbmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tgmath.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/tsxldtrkintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/uintrintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/unwind.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vadefs.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vaesintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/varargs.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vecintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/vpclmulqdqintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/waitpkgintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/wasm_simd128.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/wbnoinvdintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/wmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/x86gprintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/x86intrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xmmintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xopintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xray/xray_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xray/xray_log_interface.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xray/xray_records.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsavecintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsaveintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsaveoptintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xsavesintrin.h" - textual header "/opt/llvm/lib/clang/14.0.0/include/xtestintrin.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_builtin_vars.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_cmath.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_complex_builtins.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_device_functions.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_intrinsics.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_libdevice_declares.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_math.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_math_forward_declares.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_runtime_wrapper.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_cuda_texture_intrinsics.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_cmath.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_libdevice_declares.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_math.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_runtime_wrapper.h" + textual header "/opt/llvm/lib/clang/16/include/__clang_hip_stdlib.h" + textual header "/opt/llvm/lib/clang/16/include/__stddef_max_align_t.h" + textual header "/opt/llvm/lib/clang/16/include/__wmmintrin_aes.h" + textual header "/opt/llvm/lib/clang/16/include/__wmmintrin_pclmul.h" + textual header "/opt/llvm/lib/clang/16/include/adxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/altivec.h" + textual header "/opt/llvm/lib/clang/16/include/ammintrin.h" + textual header "/opt/llvm/lib/clang/16/include/amxfp16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/amxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/arm64intr.h" + textual header "/opt/llvm/lib/clang/16/include/arm_acle.h" + textual header "/opt/llvm/lib/clang/16/include/arm_bf16.h" + textual header "/opt/llvm/lib/clang/16/include/arm_cde.h" + textual header "/opt/llvm/lib/clang/16/include/arm_cmse.h" + textual header "/opt/llvm/lib/clang/16/include/arm_fp16.h" + textual header "/opt/llvm/lib/clang/16/include/arm_mve.h" + textual header "/opt/llvm/lib/clang/16/include/arm_neon.h" + textual header "/opt/llvm/lib/clang/16/include/arm_neon_sve_bridge.h" + textual header "/opt/llvm/lib/clang/16/include/arm_sve.h" + textual header "/opt/llvm/lib/clang/16/include/armintr.h" + textual header "/opt/llvm/lib/clang/16/include/avx2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512bf16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512bitalgintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512bwintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512cdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512dqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512erintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512fintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512fp16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512ifmaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512ifmavlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512pfintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vbmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vbmiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vbmivlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlbf16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlbitalgintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlbwintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlcdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vldqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlfp16intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlvbmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlvnniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vlvp2intersectintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vnniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vp2intersectintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vpopcntdqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avx512vpopcntdqvlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxifmaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxneconvertintrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxvnniint8intrin.h" + textual header "/opt/llvm/lib/clang/16/include/avxvnniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/bmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/bmiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/builtins.h" + textual header "/opt/llvm/lib/clang/16/include/cet.h" + textual header "/opt/llvm/lib/clang/16/include/cetintrin.h" + textual header "/opt/llvm/lib/clang/16/include/cldemoteintrin.h" + textual header "/opt/llvm/lib/clang/16/include/clflushoptintrin.h" + textual header "/opt/llvm/lib/clang/16/include/clwbintrin.h" + textual header "/opt/llvm/lib/clang/16/include/clzerointrin.h" + textual header "/opt/llvm/lib/clang/16/include/cmpccxaddintrin.h" + textual header "/opt/llvm/lib/clang/16/include/cpuid.h" + textual header "/opt/llvm/lib/clang/16/include/crc32intrin.h" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/algorithm" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/cmath" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/complex" + textual header "/opt/llvm/lib/clang/16/include/cuda_wrappers/new" + textual header "/opt/llvm/lib/clang/16/include/emmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/enqcmdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/f16cintrin.h" + textual header "/opt/llvm/lib/clang/16/include/float.h" + textual header "/opt/llvm/lib/clang/16/include/fma4intrin.h" + textual header "/opt/llvm/lib/clang/16/include/fmaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/fuzzer/FuzzedDataProvider.h" + textual header "/opt/llvm/lib/clang/16/include/fxsrintrin.h" + textual header "/opt/llvm/lib/clang/16/include/gfniintrin.h" + textual header "/opt/llvm/lib/clang/16/include/hexagon_circ_brev_intrinsics.h" + textual header "/opt/llvm/lib/clang/16/include/hexagon_protos.h" + textual header "/opt/llvm/lib/clang/16/include/hexagon_types.h" + textual header "/opt/llvm/lib/clang/16/include/hresetintrin.h" + textual header "/opt/llvm/lib/clang/16/include/htmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/htmxlintrin.h" + textual header "/opt/llvm/lib/clang/16/include/hvx_hexagon_protos.h" + textual header "/opt/llvm/lib/clang/16/include/ia32intrin.h" + textual header "/opt/llvm/lib/clang/16/include/immintrin.h" + textual header "/opt/llvm/lib/clang/16/include/intrin.h" + textual header "/opt/llvm/lib/clang/16/include/inttypes.h" + textual header "/opt/llvm/lib/clang/16/include/invpcidintrin.h" + textual header "/opt/llvm/lib/clang/16/include/iso646.h" + textual header "/opt/llvm/lib/clang/16/include/keylockerintrin.h" + textual header "/opt/llvm/lib/clang/16/include/larchintrin.h" + textual header "/opt/llvm/lib/clang/16/include/limits.h" + textual header "/opt/llvm/lib/clang/16/include/lwpintrin.h" + textual header "/opt/llvm/lib/clang/16/include/lzcntintrin.h" + textual header "/opt/llvm/lib/clang/16/include/mm3dnow.h" + textual header "/opt/llvm/lib/clang/16/include/mm_malloc.h" + textual header "/opt/llvm/lib/clang/16/include/mmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/module.modulemap" + textual header "/opt/llvm/lib/clang/16/include/movdirintrin.h" + textual header "/opt/llvm/lib/clang/16/include/msa.h" + textual header "/opt/llvm/lib/clang/16/include/mwaitxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/nmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/omp-tools.h" + textual header "/opt/llvm/lib/clang/16/include/omp.h" + textual header "/opt/llvm/lib/clang/16/include/ompt-multiplex.h" + textual header "/opt/llvm/lib/clang/16/include/ompt.h" + textual header "/opt/llvm/lib/clang/16/include/opencl-c-base.h" + textual header "/opt/llvm/lib/clang/16/include/opencl-c.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/__clang_openmp_device_functions.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/cmath" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/complex" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/complex.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/complex_cmath.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/math.h" + textual header "/opt/llvm/lib/clang/16/include/openmp_wrappers/new" + textual header "/opt/llvm/lib/clang/16/include/orc/c_api.h" + textual header "/opt/llvm/lib/clang/16/include/pconfigintrin.h" + textual header "/opt/llvm/lib/clang/16/include/pkuintrin.h" + textual header "/opt/llvm/lib/clang/16/include/pmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/popcntintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/bmi2intrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/bmiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/emmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/immintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/mm_malloc.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/mmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/pmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/smmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/tmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/x86gprintrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/x86intrin.h" + textual header "/opt/llvm/lib/clang/16/include/ppc_wrappers/xmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/prfchiintrin.h" + textual header "/opt/llvm/lib/clang/16/include/prfchwintrin.h" + textual header "/opt/llvm/lib/clang/16/include/profile/InstrProfData.inc" + textual header "/opt/llvm/lib/clang/16/include/ptwriteintrin.h" + textual header "/opt/llvm/lib/clang/16/include/raointintrin.h" + textual header "/opt/llvm/lib/clang/16/include/rdpruintrin.h" + textual header "/opt/llvm/lib/clang/16/include/rdseedintrin.h" + textual header "/opt/llvm/lib/clang/16/include/riscv_vector.h" + textual header "/opt/llvm/lib/clang/16/include/rtmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/s390intrin.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/allocator_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/asan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/common_interface_defs.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/coverage_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/dfsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/hwasan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/linux_syscall_hooks.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/lsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/memprof_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/msan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/netbsd_syscall_hooks.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/scudo_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/tsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/tsan_interface_atomic.h" + textual header "/opt/llvm/lib/clang/16/include/sanitizer/ubsan_interface.h" + textual header "/opt/llvm/lib/clang/16/include/serializeintrin.h" + textual header "/opt/llvm/lib/clang/16/include/sgxintrin.h" + textual header "/opt/llvm/lib/clang/16/include/shaintrin.h" + textual header "/opt/llvm/lib/clang/16/include/smmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/stdalign.h" + textual header "/opt/llvm/lib/clang/16/include/stdarg.h" + textual header "/opt/llvm/lib/clang/16/include/stdatomic.h" + textual header "/opt/llvm/lib/clang/16/include/stdbool.h" + textual header "/opt/llvm/lib/clang/16/include/stddef.h" + textual header "/opt/llvm/lib/clang/16/include/stdint.h" + textual header "/opt/llvm/lib/clang/16/include/stdnoreturn.h" + textual header "/opt/llvm/lib/clang/16/include/tbmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/tgmath.h" + textual header "/opt/llvm/lib/clang/16/include/tmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/tsxldtrkintrin.h" + textual header "/opt/llvm/lib/clang/16/include/uintrintrin.h" + textual header "/opt/llvm/lib/clang/16/include/unwind.h" + textual header "/opt/llvm/lib/clang/16/include/vadefs.h" + textual header "/opt/llvm/lib/clang/16/include/vaesintrin.h" + textual header "/opt/llvm/lib/clang/16/include/varargs.h" + textual header "/opt/llvm/lib/clang/16/include/vecintrin.h" + textual header "/opt/llvm/lib/clang/16/include/velintrin.h" + textual header "/opt/llvm/lib/clang/16/include/velintrin_approx.h" + textual header "/opt/llvm/lib/clang/16/include/velintrin_gen.h" + textual header "/opt/llvm/lib/clang/16/include/vpclmulqdqintrin.h" + textual header "/opt/llvm/lib/clang/16/include/waitpkgintrin.h" + textual header "/opt/llvm/lib/clang/16/include/wasm_simd128.h" + textual header "/opt/llvm/lib/clang/16/include/wbnoinvdintrin.h" + textual header "/opt/llvm/lib/clang/16/include/wmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/x86gprintrin.h" + textual header "/opt/llvm/lib/clang/16/include/x86intrin.h" + textual header "/opt/llvm/lib/clang/16/include/xmmintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xopintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xray/xray_interface.h" + textual header "/opt/llvm/lib/clang/16/include/xray/xray_log_interface.h" + textual header "/opt/llvm/lib/clang/16/include/xray/xray_records.h" + textual header "/opt/llvm/lib/clang/16/include/xsavecintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xsaveintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xsaveoptintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xsavesintrin.h" + textual header "/opt/llvm/lib/clang/16/include/xtestintrin.h" textual header "/usr/include/x86_64-linux-gnu/a.out.h" textual header "/usr/include/x86_64-linux-gnu/asm/a.out.h" textual header "/usr/include/x86_64-linux-gnu/asm/auxvec.h" @@ -2946,11 +2969,11 @@ module "crosstool" [system] { textual header "/usr/include/xen/gntalloc.h" textual header "/usr/include/xen/gntdev.h" textual header "/usr/include/xen/privcmd.h" - textual header "/opt/llvm/lib/clang/14.0.0/share/asan_ignorelist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/cfi_ignorelist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/dfsan_abilist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/hwasan_ignorelist.txt" - textual header "/opt/llvm/lib/clang/14.0.0/share/msan_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/asan_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/cfi_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/dfsan_abilist.txt" + textual header "/opt/llvm/lib/clang/16/share/hwasan_ignorelist.txt" + textual header "/opt/llvm/lib/clang/16/share/msan_ignorelist.txt" textual header "/opt/llvm/include/x86_64-unknown-linux-gnu/c++/v1/__config_site" textual header "/opt/llvm/include/c++/v1/__algorithm/adjacent_find.h" textual header "/opt/llvm/include/c++/v1/__algorithm/all_of.h" @@ -2962,6 +2985,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/copy.h" textual header "/opt/llvm/include/c++/v1/__algorithm/copy_backward.h" textual header "/opt/llvm/include/c++/v1/__algorithm/copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/copy_move_common.h" textual header "/opt/llvm/include/c++/v1/__algorithm/copy_n.h" textual header "/opt/llvm/include/c++/v1/__algorithm/count.h" textual header "/opt/llvm/include/c++/v1/__algorithm/count_if.h" @@ -2979,8 +3003,11 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/generate.h" textual header "/opt/llvm/include/c++/v1/__algorithm/generate_n.h" textual header "/opt/llvm/include/c++/v1/__algorithm/half_positive.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/in_found_result.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/in_fun_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/in_in_out_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/in_in_result.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/in_out_out_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/in_out_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/includes.h" textual header "/opt/llvm/include/c++/v1/__algorithm/inplace_merge.h" @@ -2991,14 +3018,17 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/is_sorted.h" textual header "/opt/llvm/include/c++/v1/__algorithm/is_sorted_until.h" textual header "/opt/llvm/include/c++/v1/__algorithm/iter_swap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/iterator_operations.h" textual header "/opt/llvm/include/c++/v1/__algorithm/lexicographical_compare.h" textual header "/opt/llvm/include/c++/v1/__algorithm/lower_bound.h" textual header "/opt/llvm/include/c++/v1/__algorithm/make_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/make_projected.h" textual header "/opt/llvm/include/c++/v1/__algorithm/max.h" textual header "/opt/llvm/include/c++/v1/__algorithm/max_element.h" textual header "/opt/llvm/include/c++/v1/__algorithm/merge.h" textual header "/opt/llvm/include/c++/v1/__algorithm/min.h" textual header "/opt/llvm/include/c++/v1/__algorithm/min_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/min_max_result.h" textual header "/opt/llvm/include/c++/v1/__algorithm/minmax.h" textual header "/opt/llvm/include/c++/v1/__algorithm/minmax_element.h" textual header "/opt/llvm/include/c++/v1/__algorithm/mismatch.h" @@ -3015,6 +3045,92 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/pop_heap.h" textual header "/opt/llvm/include/c++/v1/__algorithm/prev_permutation.h" textual header "/opt/llvm/include/c++/v1/__algorithm/push_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_adjacent_find.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_all_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_any_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_binary_search.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_clamp.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy_backward.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_copy_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_count.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_count_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_equal.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_equal_range.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_fill.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_fill_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_end.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_first_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_find_if_not.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_for_each.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_for_each_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_generate.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_generate_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_includes.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_inplace_merge.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_heap_until.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_partitioned.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_permutation.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_sorted.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_is_sorted_until.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_iterator_concept.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_lexicographical_compare.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_lower_bound.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_make_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_max.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_max_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_merge.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_min.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_min_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_minmax.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_minmax_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_mismatch.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_move.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_move_backward.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_next_permutation.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_none_of.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_nth_element.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partial_sort.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partial_sort_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partition.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partition_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_partition_point.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_pop_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_prev_permutation.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_push_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove_copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_remove_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace_copy_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_replace_if.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_reverse.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_reverse_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_rotate.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_rotate_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_sample.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_search.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_search_n.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_difference.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_intersection.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_symmetric_difference.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_set_union.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_shuffle.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_sort.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_sort_heap.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_stable_partition.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_stable_sort.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_swap_ranges.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_transform.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_unique.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_unique_copy.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/ranges_upper_bound.h" textual header "/opt/llvm/include/c++/v1/__algorithm/remove.h" textual header "/opt/llvm/include/c++/v1/__algorithm/remove_copy.h" textual header "/opt/llvm/include/c++/v1/__algorithm/remove_copy_if.h" @@ -3044,28 +3160,59 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__algorithm/stable_sort.h" textual header "/opt/llvm/include/c++/v1/__algorithm/swap_ranges.h" textual header "/opt/llvm/include/c++/v1/__algorithm/transform.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/uniform_random_bit_generator_adaptor.h" textual header "/opt/llvm/include/c++/v1/__algorithm/unique.h" textual header "/opt/llvm/include/c++/v1/__algorithm/unique_copy.h" textual header "/opt/llvm/include/c++/v1/__algorithm/unwrap_iter.h" + textual header "/opt/llvm/include/c++/v1/__algorithm/unwrap_range.h" textual header "/opt/llvm/include/c++/v1/__algorithm/upper_bound.h" + textual header "/opt/llvm/include/c++/v1/__assert" textual header "/opt/llvm/include/c++/v1/__availability" textual header "/opt/llvm/include/c++/v1/__bit/bit_cast.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_ceil.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_floor.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_log2.h" + textual header "/opt/llvm/include/c++/v1/__bit/bit_width.h" + textual header "/opt/llvm/include/c++/v1/__bit/blsr.h" textual header "/opt/llvm/include/c++/v1/__bit/byteswap.h" + textual header "/opt/llvm/include/c++/v1/__bit/countl.h" + textual header "/opt/llvm/include/c++/v1/__bit/countr.h" + textual header "/opt/llvm/include/c++/v1/__bit/endian.h" + textual header "/opt/llvm/include/c++/v1/__bit/has_single_bit.h" + textual header "/opt/llvm/include/c++/v1/__bit/popcount.h" + textual header "/opt/llvm/include/c++/v1/__bit/rotate.h" textual header "/opt/llvm/include/c++/v1/__bit_reference" - textual header "/opt/llvm/include/c++/v1/__bits" textual header "/opt/llvm/include/c++/v1/__bsd_locale_defaults.h" textual header "/opt/llvm/include/c++/v1/__bsd_locale_fallbacks.h" textual header "/opt/llvm/include/c++/v1/__charconv/chars_format.h" textual header "/opt/llvm/include/c++/v1/__charconv/from_chars_result.h" + textual header "/opt/llvm/include/c++/v1/__charconv/tables.h" + textual header "/opt/llvm/include/c++/v1/__charconv/to_chars_base_10.h" textual header "/opt/llvm/include/c++/v1/__charconv/to_chars_result.h" textual header "/opt/llvm/include/c++/v1/__chrono/calendar.h" textual header "/opt/llvm/include/c++/v1/__chrono/convert_to_timespec.h" + textual header "/opt/llvm/include/c++/v1/__chrono/convert_to_tm.h" + textual header "/opt/llvm/include/c++/v1/__chrono/day.h" textual header "/opt/llvm/include/c++/v1/__chrono/duration.h" textual header "/opt/llvm/include/c++/v1/__chrono/file_clock.h" + textual header "/opt/llvm/include/c++/v1/__chrono/formatter.h" + textual header "/opt/llvm/include/c++/v1/__chrono/hh_mm_ss.h" textual header "/opt/llvm/include/c++/v1/__chrono/high_resolution_clock.h" + textual header "/opt/llvm/include/c++/v1/__chrono/literals.h" + textual header "/opt/llvm/include/c++/v1/__chrono/month.h" + textual header "/opt/llvm/include/c++/v1/__chrono/month_weekday.h" + textual header "/opt/llvm/include/c++/v1/__chrono/monthday.h" + textual header "/opt/llvm/include/c++/v1/__chrono/ostream.h" + textual header "/opt/llvm/include/c++/v1/__chrono/parser_std_format_spec.h" + textual header "/opt/llvm/include/c++/v1/__chrono/statically_widen.h" textual header "/opt/llvm/include/c++/v1/__chrono/steady_clock.h" textual header "/opt/llvm/include/c++/v1/__chrono/system_clock.h" textual header "/opt/llvm/include/c++/v1/__chrono/time_point.h" + textual header "/opt/llvm/include/c++/v1/__chrono/weekday.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year_month.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year_month_day.h" + textual header "/opt/llvm/include/c++/v1/__chrono/year_month_weekday.h" textual header "/opt/llvm/include/c++/v1/__compare/common_comparison_category.h" textual header "/opt/llvm/include/c++/v1/__compare/compare_partial_order_fallback.h" textual header "/opt/llvm/include/c++/v1/__compare/compare_strong_order_fallback.h" @@ -3108,7 +3255,12 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__coroutine/trivial_awaitables.h" textual header "/opt/llvm/include/c++/v1/__cxxabi_config.h" textual header "/opt/llvm/include/c++/v1/__debug" + textual header "/opt/llvm/include/c++/v1/__debug_utils/randomize_range.h" textual header "/opt/llvm/include/c++/v1/__errc" + textual header "/opt/llvm/include/c++/v1/__expected/bad_expected_access.h" + textual header "/opt/llvm/include/c++/v1/__expected/expected.h" + textual header "/opt/llvm/include/c++/v1/__expected/unexpect.h" + textual header "/opt/llvm/include/c++/v1/__expected/unexpected.h" textual header "/opt/llvm/include/c++/v1/__filesystem/copy_options.h" textual header "/opt/llvm/include/c++/v1/__filesystem/directory_entry.h" textual header "/opt/llvm/include/c++/v1/__filesystem/directory_iterator.h" @@ -3125,10 +3277,18 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__filesystem/recursive_directory_iterator.h" textual header "/opt/llvm/include/c++/v1/__filesystem/space_info.h" textual header "/opt/llvm/include/c++/v1/__filesystem/u8path.h" + textual header "/opt/llvm/include/c++/v1/__format/buffer.h" + textual header "/opt/llvm/include/c++/v1/__format/concepts.h" + textual header "/opt/llvm/include/c++/v1/__format/container_adaptor.h" + textual header "/opt/llvm/include/c++/v1/__format/enable_insertable.h" + textual header "/opt/llvm/include/c++/v1/__format/escaped_output_table.h" + textual header "/opt/llvm/include/c++/v1/__format/extended_grapheme_cluster_table.h" textual header "/opt/llvm/include/c++/v1/__format/format_arg.h" + textual header "/opt/llvm/include/c++/v1/__format/format_arg_store.h" textual header "/opt/llvm/include/c++/v1/__format/format_args.h" textual header "/opt/llvm/include/c++/v1/__format/format_context.h" textual header "/opt/llvm/include/c++/v1/__format/format_error.h" + textual header "/opt/llvm/include/c++/v1/__format/format_functions.h" textual header "/opt/llvm/include/c++/v1/__format/format_fwd.h" textual header "/opt/llvm/include/c++/v1/__format/format_parse_context.h" textual header "/opt/llvm/include/c++/v1/__format/format_string.h" @@ -3139,9 +3299,14 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__format/formatter_floating_point.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_integer.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_integral.h" + textual header "/opt/llvm/include/c++/v1/__format/formatter_output.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_pointer.h" textual header "/opt/llvm/include/c++/v1/__format/formatter_string.h" + textual header "/opt/llvm/include/c++/v1/__format/formatter_tuple.h" textual header "/opt/llvm/include/c++/v1/__format/parser_std_format_spec.h" + textual header "/opt/llvm/include/c++/v1/__format/range_default_formatter.h" + textual header "/opt/llvm/include/c++/v1/__format/range_formatter.h" + textual header "/opt/llvm/include/c++/v1/__format/unicode.h" textual header "/opt/llvm/include/c++/v1/__functional/binary_function.h" textual header "/opt/llvm/include/c++/v1/__functional/binary_negate.h" textual header "/opt/llvm/include/c++/v1/__functional/bind.h" @@ -3149,6 +3314,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__functional/bind_front.h" textual header "/opt/llvm/include/c++/v1/__functional/binder1st.h" textual header "/opt/llvm/include/c++/v1/__functional/binder2nd.h" + textual header "/opt/llvm/include/c++/v1/__functional/boyer_moore_searcher.h" textual header "/opt/llvm/include/c++/v1/__functional/compose.h" textual header "/opt/llvm/include/c++/v1/__functional/default_searcher.h" textual header "/opt/llvm/include/c++/v1/__functional/function.h" @@ -3169,11 +3335,22 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__functional/unary_negate.h" textual header "/opt/llvm/include/c++/v1/__functional/unwrap_ref.h" textual header "/opt/llvm/include/c++/v1/__functional/weak_result_type.h" - textual header "/opt/llvm/include/c++/v1/__functional_base" + textual header "/opt/llvm/include/c++/v1/__fwd/array.h" + textual header "/opt/llvm/include/c++/v1/__fwd/get.h" + textual header "/opt/llvm/include/c++/v1/__fwd/hash.h" + textual header "/opt/llvm/include/c++/v1/__fwd/memory_resource.h" + textual header "/opt/llvm/include/c++/v1/__fwd/pair.h" + textual header "/opt/llvm/include/c++/v1/__fwd/span.h" + textual header "/opt/llvm/include/c++/v1/__fwd/string.h" + textual header "/opt/llvm/include/c++/v1/__fwd/string_view.h" + textual header "/opt/llvm/include/c++/v1/__fwd/subrange.h" + textual header "/opt/llvm/include/c++/v1/__fwd/tuple.h" textual header "/opt/llvm/include/c++/v1/__hash_table" + textual header "/opt/llvm/include/c++/v1/__ios/fpos.h" textual header "/opt/llvm/include/c++/v1/__iterator/access.h" textual header "/opt/llvm/include/c++/v1/__iterator/advance.h" textual header "/opt/llvm/include/c++/v1/__iterator/back_insert_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/bounded_iter.h" textual header "/opt/llvm/include/c++/v1/__iterator/common_iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/concepts.h" textual header "/opt/llvm/include/c++/v1/__iterator/counted_iterator.h" @@ -3192,43 +3369,62 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__iterator/iter_swap.h" textual header "/opt/llvm/include/c++/v1/__iterator/iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/iterator_traits.h" + textual header "/opt/llvm/include/c++/v1/__iterator/iterator_with_data.h" + textual header "/opt/llvm/include/c++/v1/__iterator/mergeable.h" textual header "/opt/llvm/include/c++/v1/__iterator/move_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/move_sentinel.h" textual header "/opt/llvm/include/c++/v1/__iterator/next.h" textual header "/opt/llvm/include/c++/v1/__iterator/ostream_iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/ostreambuf_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/permutable.h" textual header "/opt/llvm/include/c++/v1/__iterator/prev.h" textual header "/opt/llvm/include/c++/v1/__iterator/projected.h" textual header "/opt/llvm/include/c++/v1/__iterator/readable_traits.h" textual header "/opt/llvm/include/c++/v1/__iterator/reverse_access.h" textual header "/opt/llvm/include/c++/v1/__iterator/reverse_iterator.h" + textual header "/opt/llvm/include/c++/v1/__iterator/segmented_iterator.h" textual header "/opt/llvm/include/c++/v1/__iterator/size.h" + textual header "/opt/llvm/include/c++/v1/__iterator/sortable.h" textual header "/opt/llvm/include/c++/v1/__iterator/unreachable_sentinel.h" textual header "/opt/llvm/include/c++/v1/__iterator/wrap_iter.h" - textual header "/opt/llvm/include/c++/v1/__libcpp_version" textual header "/opt/llvm/include/c++/v1/__locale" textual header "/opt/llvm/include/c++/v1/__mbstate_t.h" textual header "/opt/llvm/include/c++/v1/__memory/addressof.h" + textual header "/opt/llvm/include/c++/v1/__memory/align.h" + textual header "/opt/llvm/include/c++/v1/__memory/allocate_at_least.h" textual header "/opt/llvm/include/c++/v1/__memory/allocation_guard.h" textual header "/opt/llvm/include/c++/v1/__memory/allocator.h" textual header "/opt/llvm/include/c++/v1/__memory/allocator_arg_t.h" + textual header "/opt/llvm/include/c++/v1/__memory/allocator_destructor.h" textual header "/opt/llvm/include/c++/v1/__memory/allocator_traits.h" + textual header "/opt/llvm/include/c++/v1/__memory/assume_aligned.h" textual header "/opt/llvm/include/c++/v1/__memory/auto_ptr.h" + textual header "/opt/llvm/include/c++/v1/__memory/builtin_new_allocator.h" textual header "/opt/llvm/include/c++/v1/__memory/compressed_pair.h" textual header "/opt/llvm/include/c++/v1/__memory/concepts.h" textual header "/opt/llvm/include/c++/v1/__memory/construct_at.h" + textual header "/opt/llvm/include/c++/v1/__memory/destruct_n.h" textual header "/opt/llvm/include/c++/v1/__memory/pointer_traits.h" textual header "/opt/llvm/include/c++/v1/__memory/ranges_construct_at.h" textual header "/opt/llvm/include/c++/v1/__memory/ranges_uninitialized_algorithms.h" textual header "/opt/llvm/include/c++/v1/__memory/raw_storage_iterator.h" textual header "/opt/llvm/include/c++/v1/__memory/shared_ptr.h" + textual header "/opt/llvm/include/c++/v1/__memory/swap_allocator.h" + textual header "/opt/llvm/include/c++/v1/__memory/temp_value.h" textual header "/opt/llvm/include/c++/v1/__memory/temporary_buffer.h" textual header "/opt/llvm/include/c++/v1/__memory/uninitialized_algorithms.h" textual header "/opt/llvm/include/c++/v1/__memory/unique_ptr.h" textual header "/opt/llvm/include/c++/v1/__memory/uses_allocator.h" + textual header "/opt/llvm/include/c++/v1/__memory/uses_allocator_construction.h" textual header "/opt/llvm/include/c++/v1/__memory/voidify.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/memory_resource.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/monotonic_buffer_resource.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/polymorphic_allocator.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/pool_options.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/synchronized_pool_resource.h" + textual header "/opt/llvm/include/c++/v1/__memory_resource/unsynchronized_pool_resource.h" textual header "/opt/llvm/include/c++/v1/__mutex_base" textual header "/opt/llvm/include/c++/v1/__node_handle" - textual header "/opt/llvm/include/c++/v1/__nullptr" textual header "/opt/llvm/include/c++/v1/__numeric/accumulate.h" textual header "/opt/llvm/include/c++/v1/__numeric/adjacent_difference.h" textual header "/opt/llvm/include/c++/v1/__numeric/exclusive_scan.h" @@ -3258,6 +3454,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__random/geometric_distribution.h" textual header "/opt/llvm/include/c++/v1/__random/independent_bits_engine.h" textual header "/opt/llvm/include/c++/v1/__random/is_seed_sequence.h" + textual header "/opt/llvm/include/c++/v1/__random/is_valid.h" textual header "/opt/llvm/include/c++/v1/__random/knuth_b.h" textual header "/opt/llvm/include/c++/v1/__random/linear_congruential_engine.h" textual header "/opt/llvm/include/c++/v1/__random/log2.h" @@ -3280,6 +3477,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__random/weibull_distribution.h" textual header "/opt/llvm/include/c++/v1/__ranges/access.h" textual header "/opt/llvm/include/c++/v1/__ranges/all.h" + textual header "/opt/llvm/include/c++/v1/__ranges/as_rvalue_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/common_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/concepts.h" textual header "/opt/llvm/include/c++/v1/__ranges/copyable_box.h" @@ -3287,33 +3485,43 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__ranges/dangling.h" textual header "/opt/llvm/include/c++/v1/__ranges/data.h" textual header "/opt/llvm/include/c++/v1/__ranges/drop_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/drop_while_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/elements_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/empty.h" textual header "/opt/llvm/include/c++/v1/__ranges/empty_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/enable_borrowed_range.h" textual header "/opt/llvm/include/c++/v1/__ranges/enable_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/filter_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/iota_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/istream_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/join_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/lazy_split_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/non_propagating_cache.h" textual header "/opt/llvm/include/c++/v1/__ranges/owning_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/range_adaptor.h" + textual header "/opt/llvm/include/c++/v1/__ranges/rbegin.h" textual header "/opt/llvm/include/c++/v1/__ranges/ref_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/rend.h" textual header "/opt/llvm/include/c++/v1/__ranges/reverse_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/single_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/size.h" + textual header "/opt/llvm/include/c++/v1/__ranges/split_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/subrange.h" textual header "/opt/llvm/include/c++/v1/__ranges/take_view.h" + textual header "/opt/llvm/include/c++/v1/__ranges/take_while_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/transform_view.h" textual header "/opt/llvm/include/c++/v1/__ranges/view_interface.h" + textual header "/opt/llvm/include/c++/v1/__ranges/views.h" + textual header "/opt/llvm/include/c++/v1/__ranges/zip_view.h" textual header "/opt/llvm/include/c++/v1/__split_buffer" textual header "/opt/llvm/include/c++/v1/__std_stream" - textual header "/opt/llvm/include/c++/v1/__string" + textual header "/opt/llvm/include/c++/v1/__string/char_traits.h" + textual header "/opt/llvm/include/c++/v1/__string/extern_template_lists.h" textual header "/opt/llvm/include/c++/v1/__support/android/locale_bionic.h" textual header "/opt/llvm/include/c++/v1/__support/fuchsia/xlocale.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/gettod_zos.h" - textual header "/opt/llvm/include/c++/v1/__support/ibm/limits.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/locale_mgmt_zos.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/nanosleep.h" - textual header "/opt/llvm/include/c++/v1/__support/ibm/support.h" textual header "/opt/llvm/include/c++/v1/__support/ibm/xlocale.h" textual header "/opt/llvm/include/c++/v1/__support/musl/xlocale.h" textual header "/opt/llvm/include/c++/v1/__support/newlib/xlocale.h" @@ -3321,7 +3529,6 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__support/solaris/floatingpoint.h" textual header "/opt/llvm/include/c++/v1/__support/solaris/wchar.h" textual header "/opt/llvm/include/c++/v1/__support/solaris/xlocale.h" - textual header "/opt/llvm/include/c++/v1/__support/win32/limits_msvc_win32.h" textual header "/opt/llvm/include/c++/v1/__support/win32/locale_win32.h" textual header "/opt/llvm/include/c++/v1/__support/xlocale/__nop_locale_mgmt.h" textual header "/opt/llvm/include/c++/v1/__support/xlocale/__posix_l_fallback.h" @@ -3330,14 +3537,156 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__thread/timed_backoff_policy.h" textual header "/opt/llvm/include/c++/v1/__threading_support" textual header "/opt/llvm/include/c++/v1/__tree" - textual header "/opt/llvm/include/c++/v1/__tuple" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/apply_cv.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/make_tuple_types.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/pair_like.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/sfinae_helpers.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_element.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_indices.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_like.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_like_ext.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_size.h" + textual header "/opt/llvm/include/c++/v1/__tuple_dir/tuple_types.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_lvalue_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_rvalue_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/add_volatile.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/aligned_storage.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/aligned_union.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/alignment_of.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/apply_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/can_extract_key.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/common_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/common_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/conditional.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/conjunction.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/copy_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/copy_cvref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/decay.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/dependent_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/disjunction.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/enable_if.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/extent.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/has_unique_object_representation.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/has_virtual_destructor.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/integral_constant.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_abstract.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_aggregate.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_allocator.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_always_bitcastable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_arithmetic.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_array.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_base_of.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_bounded_array.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_callable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_char_like_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_class.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_compound.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_constant_evaluated.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_convertible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_copy_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_copy_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_core_convertible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_destructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_empty.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_enum.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_final.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_floating_point.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_function.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_fundamental.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_implicitly_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_integral.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_literal_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_member_function_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_member_object_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_member_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_move_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_move_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_convertible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_copy_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_copy_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_destructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_move_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_nothrow_move_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_null_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_object.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_pod.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_polymorphic.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_primary_template.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_reference_wrapper.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_referenceable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_same.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_scalar.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_scoped_enum.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_signed.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_signed_integer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_specialization.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_standard_layout.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_swappable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivial.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_copy_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_copy_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_copyable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_default_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_destructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_move_assignable.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_trivially_move_constructible.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_unbounded_array.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_union.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_unsigned.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_unsigned_integer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_valid_expansion.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_void.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/is_volatile.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/lazy.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_32_64_or_128_bit.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_const_lvalue_ref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_signed.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/make_unsigned.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/maybe_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/nat.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/negation.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/noexcept_move_assign_container.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/promote.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/rank.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_all_extents.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_const.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_const_ref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_cv.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_cvref.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_extent.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_pointer.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_reference.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/remove_volatile.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/result_of.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/strip_signature.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/type_identity.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/type_list.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/underlying_type.h" + textual header "/opt/llvm/include/c++/v1/__type_traits/void_t.h" textual header "/opt/llvm/include/c++/v1/__undef_macros" textual header "/opt/llvm/include/c++/v1/__utility/as_const.h" textual header "/opt/llvm/include/c++/v1/__utility/auto_cast.h" textual header "/opt/llvm/include/c++/v1/__utility/cmp.h" + textual header "/opt/llvm/include/c++/v1/__utility/convert_to_integral.h" textual header "/opt/llvm/include/c++/v1/__utility/declval.h" + textual header "/opt/llvm/include/c++/v1/__utility/exception_guard.h" textual header "/opt/llvm/include/c++/v1/__utility/exchange.h" textual header "/opt/llvm/include/c++/v1/__utility/forward.h" + textual header "/opt/llvm/include/c++/v1/__utility/forward_like.h" textual header "/opt/llvm/include/c++/v1/__utility/in_place.h" textual header "/opt/llvm/include/c++/v1/__utility/integer_sequence.h" textual header "/opt/llvm/include/c++/v1/__utility/move.h" @@ -3347,8 +3696,9 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/__utility/rel_ops.h" textual header "/opt/llvm/include/c++/v1/__utility/swap.h" textual header "/opt/llvm/include/c++/v1/__utility/to_underlying.h" - textual header "/opt/llvm/include/c++/v1/__utility/transaction.h" + textual header "/opt/llvm/include/c++/v1/__utility/unreachable.h" textual header "/opt/llvm/include/c++/v1/__variant/monostate.h" + textual header "/opt/llvm/include/c++/v1/__verbose_abort" textual header "/opt/llvm/include/c++/v1/algorithm" textual header "/opt/llvm/include/c++/v1/any" textual header "/opt/llvm/include/c++/v1/array" @@ -3388,6 +3738,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/ctgmath" textual header "/opt/llvm/include/c++/v1/ctime" textual header "/opt/llvm/include/c++/v1/ctype.h" + textual header "/opt/llvm/include/c++/v1/cuchar" textual header "/opt/llvm/include/c++/v1/cwchar" textual header "/opt/llvm/include/c++/v1/cwctype" textual header "/opt/llvm/include/c++/v1/cxxabi.h" @@ -3395,12 +3746,12 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/errno.h" textual header "/opt/llvm/include/c++/v1/exception" textual header "/opt/llvm/include/c++/v1/execution" + textual header "/opt/llvm/include/c++/v1/expected" textual header "/opt/llvm/include/c++/v1/experimental/__config" textual header "/opt/llvm/include/c++/v1/experimental/__memory" textual header "/opt/llvm/include/c++/v1/experimental/algorithm" textual header "/opt/llvm/include/c++/v1/experimental/coroutine" textual header "/opt/llvm/include/c++/v1/experimental/deque" - textual header "/opt/llvm/include/c++/v1/experimental/filesystem" textual header "/opt/llvm/include/c++/v1/experimental/forward_list" textual header "/opt/llvm/include/c++/v1/experimental/functional" textual header "/opt/llvm/include/c++/v1/experimental/iterator" @@ -3437,6 +3788,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/istream" textual header "/opt/llvm/include/c++/v1/iterator" textual header "/opt/llvm/include/c++/v1/latch" + textual header "/opt/llvm/include/c++/v1/libcxx.imp" textual header "/opt/llvm/include/c++/v1/limits" textual header "/opt/llvm/include/c++/v1/limits.h" textual header "/opt/llvm/include/c++/v1/list" @@ -3445,6 +3797,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/map" textual header "/opt/llvm/include/c++/v1/math.h" textual header "/opt/llvm/include/c++/v1/memory" + textual header "/opt/llvm/include/c++/v1/memory_resource" textual header "/opt/llvm/include/c++/v1/module.modulemap" textual header "/opt/llvm/include/c++/v1/mutex" textual header "/opt/llvm/include/c++/v1/new" @@ -3462,9 +3815,11 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/set" textual header "/opt/llvm/include/c++/v1/setjmp.h" textual header "/opt/llvm/include/c++/v1/shared_mutex" + textual header "/opt/llvm/include/c++/v1/source_location" textual header "/opt/llvm/include/c++/v1/span" textual header "/opt/llvm/include/c++/v1/sstream" textual header "/opt/llvm/include/c++/v1/stack" + textual header "/opt/llvm/include/c++/v1/stdatomic.h" textual header "/opt/llvm/include/c++/v1/stdbool.h" textual header "/opt/llvm/include/c++/v1/stddef.h" textual header "/opt/llvm/include/c++/v1/stdexcept" @@ -3483,6 +3838,7 @@ module "crosstool" [system] { textual header "/opt/llvm/include/c++/v1/type_traits" textual header "/opt/llvm/include/c++/v1/typeindex" textual header "/opt/llvm/include/c++/v1/typeinfo" + textual header "/opt/llvm/include/c++/v1/uchar.h" textual header "/opt/llvm/include/c++/v1/unordered_map" textual header "/opt/llvm/include/c++/v1/unordered_set" textual header "/opt/llvm/include/c++/v1/utility" diff --git a/toolchains/configs/linux/clang_libcxx/config/BUILD b/toolchains/configs/linux/clang_libcxx/config/BUILD index 046f9f3a..27943864 100755 --- a/toolchains/configs/linux/clang_libcxx/config/BUILD +++ b/toolchains/configs/linux/clang_libcxx/config/BUILD @@ -42,7 +42,7 @@ platform( "@bazel_tools//tools/cpp:clang", ], exec_properties = { - "container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:192225da768b1599121af5d317a524892f2f750b61903a8c4d7d751cc98938e7", + "container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:2c4007e490272813be9f0eca3bd5c289e24fe81e9d5e657e994b5ccc15403172", "OSFamily": "Linux", }, ) diff --git a/toolchains/configs/linux/gcc/config/BUILD b/toolchains/configs/linux/gcc/config/BUILD index 99c1511b..cf185729 100755 --- a/toolchains/configs/linux/gcc/config/BUILD +++ b/toolchains/configs/linux/gcc/config/BUILD @@ -42,7 +42,7 @@ platform( "@bazel_tools//tools/cpp:clang", ], exec_properties = { - "container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:192225da768b1599121af5d317a524892f2f750b61903a8c4d7d751cc98938e7", + "container-image": "docker://gcr.io/envoy-ci/envoy-build@sha256:2c4007e490272813be9f0eca3bd5c289e24fe81e9d5e657e994b5ccc15403172", "OSFamily": "Linux", }, )