https://bugs.kde.org/show_bug.cgi?id=468605
--- Comment #2 from Alessandro Carinelli <carinell.ialessandr...@gmail.com> --- The substitution in object happens at line 1000 in file plugins/clang/codecompletion/context.cpp, before that (line 984) the value of m_results->NumResults is checked to be different from 0. I noticed that in the case of this bug such value is always 1 while in other cases it is bigger. Checking that m_results->Numresults is also different from 1 on line 984 seems to fix the issue but I have no idea about what this variable represents and I found no comments about it so I don't know if this breaks anything else. -- You are receiving this mail because: You are watching all bug changes.