Menu

#1414 unreachable code

Undefined
fixed
pecan
None
Bug_Report
2023-09-27
2023-09-19
No

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

Discussion

  • pecan

    pecan - 2023-09-27
    • status: open --> fixed
    • assigned_to: pecan
     
  • pecan

    pecan - 2023-09-27

    Fixed svn rev 13367

     

Log in to post a comment.

MongoDB Logo MongoDB