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

--- Comment #1 from Nicolás Alvarez <nicolas.alva...@gmail.com> ---
This is a broader issue than just code completion. If I manually declare an
override:
class SubDerived: public Derived<Base> {
    virtual void baseMethod();
};

the tooltip for SubDerived::baseMethod doesn't say it's overriding a function
from Base. However, clang clearly understands what's going on, because if I use
"virtual void baseMethod() override;", it does *not* give the "marked
'override' but does not override" warning.

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

Reply via email to