forked from qt-creator/qt-creator
ClangToolsUtils: Add isVFSOverlaySupported()
Remove ClangToolRunner::supportsVFSOverlay(). Move check for modified document and vfsOverlay into runner creator method, as it's called in the same cycle just before the runner is about to be started. Change-Id: I7a5df71bfa73c350862e4c7f9eae49773b6206b7 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -47,6 +47,8 @@ Utils::FilePath toolShippedExecutable(CppEditor::ClangToolType tool);
|
||||
Utils::FilePath toolExecutable(CppEditor::ClangToolType tool);
|
||||
Utils::FilePath toolFallbackExecutable(CppEditor::ClangToolType tool);
|
||||
|
||||
bool isVFSOverlaySupported(const Utils::FilePath &executable);
|
||||
|
||||
Utils::FilePath fullPath(const Utils::FilePath &executable);
|
||||
|
||||
QString documentationUrl(const QString &checkName);
|
||||
|
||||
Reference in New Issue
Block a user