diff options
| author | Ivan Donchevskii <ivan.donchevskii@qt.io> | 2018-05-29 14:38:57 +0200 |
|---|---|---|
| committer | Ivan Donchevskii <ivan.donchevskii@qt.io> | 2018-05-31 12:43:45 +0000 |
| commit | 95aa52707d16f238119657c5237eeebb6833bc78 (patch) | |
| tree | 79303695cb83c488f6006bc5a65a4024d7e37eb6 /src/plugins/cpptools/cpptoolsconstants.h | |
| parent | 2defef3d6f8048dacc8072b1f23ba72d6388b5c1 (diff) | |
| download | qt-creator-95aa52707d16f238119657c5237eeebb6833bc78.tar.gz | |
Clang: Add links to web pages in Clang-Tidy configuration
Each Clang-Tidy check get the separate link except
clang-analyzer which has only a whole group page.
Change-Id: I0b63cce8475109812280d9d44ac2d36aaa66e03b
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsconstants.h')
| -rw-r--r-- | src/plugins/cpptools/cpptoolsconstants.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsconstants.h b/src/plugins/cpptools/cpptoolsconstants.h index 51ece3d025..47fcd2568d 100644 --- a/src/plugins/cpptools/cpptoolsconstants.h +++ b/src/plugins/cpptools/cpptoolsconstants.h @@ -93,5 +93,13 @@ 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/6.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/%1.html"; + } // namespace Constants } // namespace CppTools |
