ClangRefactoring: Move generated files to own messages

There must be a management about it but this will be added in a different
change set.

Change-Id: I47b6ce7f671f1c8ae07083d6d99c534069e3cc1a
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2018-08-06 19:14:00 +02:00
parent 613db15cea
commit 0bef7610a1
35 changed files with 470 additions and 67 deletions

View File

@@ -38,7 +38,7 @@ public:
SymbolIndexingInterface &operator=(const SymbolIndexingInterface&) = delete;
virtual void updateProjectParts(V2::ProjectPartContainers &&projectParts,
V2::FileContainers &&generatedFiles) = 0;
const V2::FileContainers &generatedFiles) = 0;
protected:
~SymbolIndexingInterface() = default;