forked from qt-creator/qt-creator
ClangCodeModel: Add helper for retrieving ClangdClient for source file
Change-Id: I0a379e146abe65a144efb307696852de75fa14a6 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -80,6 +80,7 @@ public:
|
||||
ClangProjectSettings &projectSettings(ProjectExplorer::Project *project) const;
|
||||
|
||||
ClangdClient *clientForProject(const ProjectExplorer::Project *project);
|
||||
ClangdClient *clientForFile(const Utils::FilePath &file);
|
||||
|
||||
static ClangModelManagerSupport *instance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user