src/plugins/contrib/clangd_client/src/codecompletion/parser/LSP_symbolsparser.cpp line 2210
Code:
newToken->m_IsAnonymous = true;
#if defined(cbDEBUG)
// FIXME (ph#): Find out why this happens when trying to find a class ancestor.
wxString msg((wxString::Format("Trying to DoParse recursion in %s():%d", FUNCTION, LINE)));
//-cbMessageBox(msg, "Assert(non fatal)");
CCLogger::Get()->DebugLog(msg);
#endif
break;
/// DoParse(); // recursion
m_LastParent = lastParent; // <-- unreachable
Fixed svn rev 13367