Closed as not planned
Description
I'm getting a segfault by running Clang-Tidy which asks to file a bug report here. Here's the report.
$ scripts/clang-tidy.sh -p $PWD/build src/test/qgstest.h
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0. Program arguments: clang-tidy -p=/usr/local/src/qgis/qgis/src/master/build -checks=bugprone-*,-bugprone-easily-swappable-parameters,-bugprone-virtual-near-miss src/test/qgstest.h
1. <eof> parser at end of file
#0 0x00007f468c23fd01 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/lib/x86_64-linux-gnu/libLLVM-14.so.1+0xe3fd01)
#1 0x00007f468c23da3e llvm::sys::RunSignalHandlers() (/lib/x86_64-linux-gnu/libLLVM-14.so.1+0xe3da3e)
#2 0x00007f468c240236 (/lib/x86_64-linux-gnu/libLLVM-14.so.1+0xe40236)
#3 0x00007f468ac42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
#4 0x00007f46928e64ab clang::ASTContext::getAsArrayType(clang::QualType) const (/lib/x86_64-linux-gnu/libclang-cpp.so.14+0xae64ab)
#5 0x0000000003662350
scripts/clang-tidy.sh: line 81: 117582 Segmentation fault (core dumped) clang-tidy -p=$BUILD_DIR -checks="$CLANG_TIDY_CHECKS" $file
I don't find the core supposedly dumped