We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efa997 commit 1e58a1aCopy full SHA for 1e58a1a
clang-tools-extra/clang-tidy/add_new_check.py
@@ -109,7 +109,7 @@ def write_header(
109
%(description)s
110
///
111
/// For the user-facing documentation see:
112
-/// http://clang.llvm.org/extra/clang-tidy/checks/%(module)s/%(check_name)s.html
+/// https://clang.llvm.org/extra/clang-tidy/checks/%(module)s/%(check_name)s.html
113
class %(check_name_camel)s : public ClangTidyCheck {
114
public:
115
%(check_name_camel)s(StringRef Name, ClangTidyContext *Context)
0 commit comments