https://bugs.kde.org/show_bug.cgi?id=376084
--- Comment #3 from Kevin Funk <kf...@kde.org> --- This looks like a bug in clang_Type_getSizeOf(...): languages/clang/duchain/builder.cpp:1044: auto sizeOf = clang_Type_getSizeOf(type); This is something we can potentially work-around; looks like we're trying to figure out the size of `crash`, which is an incomplete type (thus no size calculation possible). Maybe check whether `type` is incomplete before trying to getting the size/alignment information inside duchain.cpp? -- You are receiving this mail because: You are watching all bug changes.