https://bugs.kde.org/show_bug.cgi?id=518098

--- Comment #1 from [email protected] ---
Adding a small check

if (auto const body{methodDecl->getBody()}; body == nullptr)
                return;

before the methodDecl->getBody()->children() loop in compare-member-check.cpp
seems to fix it.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to