logic: Fixed source files indexed multiple times when in multiple source groups

This commit is contained in:
Eberhard Graether
2017-05-30 12:17:18 +02:00
parent 561284ef5a
commit f760b873b4
7 changed files with 53 additions and 28 deletions
+5 -1
View File
@@ -47,7 +47,11 @@ public: // todo: make private again
private:
bool requestIndex(bool forceRefresh, bool needsFullRefresh);
void buildIndex(const std::set<FilePath>& filesToClean, bool fullRefresh, bool preprocessorOnly);
void buildIndex(
const std::set<FilePath>& filesToIndex,
const std::set<FilePath>& filesToClean,
bool fullRefresh,
bool preprocessorOnly);
bool hasCxxSourceGroup() const;