I am getting a segmentation fault when running clang-tidy-16 (v 16.0.6) inside of my Debian 11 dev container. My architecture is aarch64. I am compiling using CMake (3.18.4) and GCC (10.2.1), and have activated clang-tidy in the CMakeLists.txt:
set(CMAKE_CXX_CLANG_TIDY clang-tidy-16)
I am getting a segmentation fault when running clang-tidy-16 (v 16.0.6) inside of my Debian 11 dev container. My architecture is aarch64. I am compiling using CMake (3.18.4) and GCC (10.2.1), and have activated clang-tidy in the CMakeLists.txt:
set(CMAKE_CXX_CLANG_TIDY clang-tidy-16)
I am getting the following error trace:
If I compile using Clang 16.0.6, I get the following error trace:
I have tried rebuilding the dev container without cache, but the same issue persists.