diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2021-06-24 16:25:40 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-06-29 06:58:58 +0000 |
commit | 74385cc10c9af17e15999e3ac0f34de85882d2b7 (patch) | |
tree | 7bb3279a865b2bf3fa3f454419aaaf1c78f65a28 /src/plugins/cpptools/cpptoolsconstants.h | |
parent | bf6f446a35ad55ab6f1c52f3d0adb0b2a7be9fe7 (diff) | |
download | qt-creator-74385cc10c9af17e15999e3ac0f34de85882d2b7.tar.gz |
ClangTools: Make sure URL for clang-tidy checks is always correct
Fixes: QTCREATORBUG-25902
Change-Id: Ifadb6c90cf9a86fc4efb734d6105217b70f9419d
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsconstants.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsconstants.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/plugins/cpptools/cpptoolsconstants.h b/src/plugins/cpptools/cpptoolsconstants.h index 7ee83c1f70..9b5b1c6f64 100644 --- a/src/plugins/cpptools/cpptoolsconstants.h +++ b/src/plugins/cpptools/cpptoolsconstants.h @@ -95,14 +95,6 @@ const char LOCATOR_FILTER_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("CppTools", "C++ Cl const char SYMBOLS_FIND_FILTER_ID[] = "Symbols"; const char SYMBOLS_FIND_FILTER_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("CppTools", "C++ Symbols"); -// CLANG-UPGRADE-CHECK: Checks/update URLs. -// -// Upgrade the version in the URL. Note that we cannot use the macro -// CLANG_VERSION here because it might denote a version that was not yet -// released (e.g. 6.0.1, but only 6.0.0 was released). -constexpr const char TIDY_DOCUMENTATION_URL_TEMPLATE[] - = "https://releases.llvm.org/11.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/%1.html"; - constexpr const char CLANG_STATIC_ANALYZER_DOCUMENTATION_URL[] = "https://clang-analyzer.llvm.org/available_checks.html"; |