https://bugs.kde.org/show_bug.cgi?id=360651
Bug ID: 360651 Summary: Find Uses does not find initialization of static member Product: kdevelop Version: git master Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP (Clang-based) Assignee: kdevelop-bugs-n...@kde.org Reporter: aspotas...@gmail.com In the code, "Find Uses" on "x" does not find the statement where "x" is initialized. ===== class A { static int x; }; int A::x = 5; Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.