data: fixes for parsing and logging
* readded Storage logs * turned type name resolver error logs to info logs * fixed inheritance not parsed in forward declarations * check file node id before saving source location * show errors in unparsed files again
This commit is contained in:
@@ -74,7 +74,8 @@ void CxxDiagnosticConsumer::HandleDiagnostic(clang::DiagnosticsEngine::Level lev
|
||||
column = presumedLocation.getColumn();
|
||||
}
|
||||
|
||||
if (m_fileManager->hasFilePath(filePath))
|
||||
// if (m_fileManager->hasFilePath(filePath))
|
||||
if (m_fileManager)
|
||||
{
|
||||
m_client->onError(ParseLocation(filePath, line, column), message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user