forked from qt-creator/qt-creator
ClangCodeModel: Inform clangd about changes to non-open files
That is, project-wide changes done from Qt Creator, such as search/ replace or quickfixes. Fixes: QTCREATORBUG-26523 Change-Id: Ide4e56a7a1300eb6f25cabf1cfd94624d66e7e4e Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -135,8 +135,8 @@ private:
|
||||
ClangdClient *createClient(ProjectExplorer::Project *project, const Utils::FilePath &jsonDbDir);
|
||||
void claimNonProjectSources(ClangdClient *fallbackClient);
|
||||
void watchForExternalChanges();
|
||||
void watchForInternalChanges();
|
||||
|
||||
private:
|
||||
UiHeaderOnDiskManager m_uiHeaderOnDiskManager;
|
||||
BackendCommunicator m_communicator;
|
||||
ClangCompletionAssistProvider m_completionAssistProvider;
|
||||
|
||||
Reference in New Issue
Block a user