Clang: Clear SymbolCollector before updating new project parts

Change-Id: I82e9bb4f66a7597bb911fbc97d6022ff3fdb0b35
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2017-12-13 12:04:19 +01:00
parent 3c43e5d7ec
commit ab60cfd3a4
11 changed files with 100 additions and 14 deletions

View File

@@ -56,6 +56,11 @@ public:
});
}
void clearSourceFiles()
{
m_sourceFiles.clear();
}
private:
FilePathIds m_sourceFiles;
FilePathCachingInterface &m_filePathCache;