https://bugs.kde.org/show_bug.cgi?id=474743
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |igor...@gmail.com --- Comment #3 from Igor Kushnir <igor...@gmail.com> --- Cannot reproduce with libclang version 16.0.6, but maybe my configuration differs in other ways. The backtrace suggests that this is a libclang bug. Could you try to compile the crashing snippet (with `template<typename T>`) by Clang and see if it crashes too? If the crash is reproducible on your system, you can print some info about the crashing type. For example, insert the following line in two places: before the clang_Type_getSizeOf() call in builder.cpp and a few lines above - before the line `type = clang_getCanonicalType(type);` (replace the string literal with "Before clang_getCanonicalType()" on the higher-inserted line). qCritical() << "Before getSizeOf()" << type.kind << ClangString(clang_getTypeSpelling(type)).toString(); -- You are receiving this mail because: You are watching all bug changes.