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:
@@ -176,6 +176,8 @@ private:
|
||||
|
||||
void addComponentAccessToGraph(Graph* graph) const;
|
||||
|
||||
void log(std::string type, std::string str, const ParseLocation& location) const;
|
||||
|
||||
SearchIndex m_tokenIndex;
|
||||
SqliteStorage m_sqliteStorage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user