data: Removed separate comment_location table

* added LocationType LOCATION_COMMENT
* store comment locations within source_locations
This commit is contained in:
Eberhard Graether
2018-10-04 21:21:31 +02:00
parent f060b6042d
commit 9edfdacd72
24 changed files with 80 additions and 408 deletions
+1 -1
View File
@@ -229,9 +229,9 @@ private:
std::shared_ptr<JavaEnvironment> m_javaEnvironment;
const int m_id;
FilePath m_currentFilePath;
std::shared_ptr<IndexerStateInfo> m_indexerStateInfo;
const int m_id;
};
#endif // JAVA_PARSER_H