data: Save command line info for CXX indexer commands to errors and show within errors table (issue #351)
bug id = 351
This commit is contained in:
@@ -298,6 +298,7 @@ void JavaParser::doRecordError(
|
||||
m_client->onError(
|
||||
ParseLocation(m_currentFilePath, beginLine, beginColumn, endLine, endColumn),
|
||||
m_javaEnvironment->toStdString(jMessage),
|
||||
"",
|
||||
fatal, indexed
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user