forked from qt-creator/qt-creator
Clang: Update or insert used defines in the storage by the symbol indexer
Change-Id: Id8af85976be391e17886c9947863b81d206bb575 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -81,6 +81,11 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void insertOrUpdateUsedDefines(const UsedDefines &usedDefines) override
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void updateProjectPartSources(Utils::SmallStringView projectPartName,
|
||||
const FilePathIds &sourceFilePathIds) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user