data: fixed file clearing to clear only elements with no more source_locations

This commit is contained in:
Eberhard Graether
2015-10-12 11:42:19 +02:00
parent 29afd80673
commit 27bf5108ab
6 changed files with 35 additions and 18 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ public:
virtual void startParsing();
virtual void finishParsing();
virtual void prepareParsingFile();
virtual void finishParsingFile();
virtual void prepareParsingFile(const FilePath& filePath);
virtual void finishParsingFile(const FilePath& filePath);
virtual void onError(const ParseLocation& location, const std::string& message);
virtual size_t getErrorCount() const;