forked from qt-creator/qt-creator
ClangToolsUtils: Reuse ClangToolType enum
Change-Id: Iee95a014d634a99c6e10582f8e942a12ebf1bd74 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -43,13 +43,9 @@ QString createFullLocationString(const Debugger::DiagnosticLocation &location);
|
||||
QString hintAboutBuildBeforeAnalysis();
|
||||
void showHintAboutBuildBeforeAnalysis();
|
||||
|
||||
Utils::FilePath shippedClazyStandaloneExecutable();
|
||||
Utils::FilePath clazyStandaloneExecutable();
|
||||
Utils::FilePath clazyStandaloneFallbackExecutable();
|
||||
|
||||
Utils::FilePath shippedClangTidyExecutable();
|
||||
Utils::FilePath clangTidyExecutable();
|
||||
Utils::FilePath clangTidyFallbackExecutable();
|
||||
Utils::FilePath toolShippedExecutable(CppEditor::ClangToolType tool);
|
||||
Utils::FilePath toolExecutable(CppEditor::ClangToolType tool);
|
||||
Utils::FilePath toolFallbackExecutable(CppEditor::ClangToolType tool);
|
||||
|
||||
Utils::FilePath fullPath(const Utils::FilePath &executable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user