https://bugs.kde.org/show_bug.cgi?id=468605
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/-/commit/7cd7 | |4b5863e5367910a32ffeafed6e3 | |5bb879b94 Status|ASSIGNED |RESOLVED Version Fixed In| |5.13.231200 --- Comment #10 from Igor Kushnir <igor...@gmail.com> --- Git commit 7cd74b5863e5367910a32ffeafed6e35bb879b94 by Igor Kushnir. Committed on 15/09/2023 at 13:49. Pushed by igorkushnir into branch 'master'. clang: ignore overload candidate completions after -> CXCursor_OverloadCandidate apparently signifies candidates in an overload set. Such completions are not useful after a pointer to an object and an arrow. libclang probably offers them only by mistake. FIXED-IN: 5.13.231200 M +15 -2 plugins/clang/codecompletion/context.cpp M +13 -0 plugins/clang/tests/test_codecompletion.cpp https://invent.kde.org/kdevelop/kdevelop/-/commit/7cd74b5863e5367910a32ffeafed6e35bb879b94 -- You are receiving this mail because: You are watching all bug changes.