forked from qt-creator/qt-creator
ClangCodeModel: Implement global "follow symbol" via clangd
Change-Id: Iaa58e3ee2e74b1a1210850f944df942e3669d247 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -344,7 +344,7 @@ void CppModelManager::globalFollowSymbol(
|
||||
SymbolFinder *symbolFinder,
|
||||
bool inNextSplit) const
|
||||
{
|
||||
RefactoringEngineInterface *engine = getRefactoringEngine(d->m_refactoringEngines);
|
||||
RefactoringEngineInterface *engine = getRefactoringEngine(d->m_refactoringEngines, false);
|
||||
QTC_ASSERT(engine, return;);
|
||||
engine->globalFollowSymbol(data, std::move(processLinkCallback), snapshot, documentFromSemanticInfo,
|
||||
symbolFinder, inNextSplit);
|
||||
|
Reference in New Issue
Block a user