forked from qt-creator/qt-creator
Clang: Improve generated files handling
Generated files are referenced by the system collector directly to set the unsaved files. Change-Id: I24be3ee544b7824b8b0e518eafd409f32bd002ab Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -37,8 +37,7 @@ public:
|
||||
SymbolIndexingInterface(const SymbolIndexingInterface&) = delete;
|
||||
SymbolIndexingInterface &operator=(const SymbolIndexingInterface&) = delete;
|
||||
|
||||
virtual void updateProjectParts(V2::ProjectPartContainers &&projectParts,
|
||||
const V2::FileContainers &generatedFiles) = 0;
|
||||
virtual void updateProjectParts(V2::ProjectPartContainers &&projectParts) = 0;
|
||||
|
||||
protected:
|
||||
~SymbolIndexingInterface() = default;
|
||||
|
||||
Reference in New Issue
Block a user