forked from qt-creator/qt-creator
ClangCodeModel: Do not call FilePath::exists() on random strings
Fixes: QTCREATORBUG-29356 Change-Id: I6f4d89a6823829a7ecf16200786621321fea61a5 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -168,6 +168,7 @@ public:
|
||||
LanguageServerProtocol::DocumentUri::PathMapper hostPathMapper() const;
|
||||
Utils::FilePath serverUriToHostPath(const LanguageServerProtocol::DocumentUri &uri) const;
|
||||
LanguageServerProtocol::DocumentUri hostPathToServerUri(const Utils::FilePath &path) const;
|
||||
Utils::OsType osType() const;
|
||||
|
||||
// custom methods
|
||||
using CustomMethodHandler = std::function<void(
|
||||
|
||||
Reference in New Issue
Block a user