https://bugs.kde.org/show_bug.cgi?id=3D386407 Bug ID: 386407 Summary: Incomplete type marked by semantic analysis in C++ code, but includes are correct and builds Product: kdevelop Version: 5.1.80 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Analyzer: Cppcheck Assignee: kdevelop-bugs-null@kde.org Reporter: sknauss@kde.org Target Milestone: --- Created attachment 108658 --> https://bugs.kde.org/attachment.cgi?id=3D108658&action=3Dedit Sementic Analysis of messagepart.cpp I try to scan kde/pim/messagelib for the semantic analysis - in detail mimetreeparser/src/messagepart.cpp compiles correctly with gcc/make, but the semantic analysis, tells me that MessagePart is incomplete in messagepart.c= pp. But messagepart.h is as first imported with the complete class. The later import of objecttreeparser.h has correctly only a forward class declaration. --=20 You are receiving this mail because: You are watching all bug changes.=