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 21d3d44 commit 7e100c3Copy full SHA for 7e100c3
clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.h
@@ -17,7 +17,7 @@ namespace clang::tidy::readability {
17
/// Finds unnecessary uses of the `typename` keyword.
18
///
19
/// For the user-facing documentation see:
20
-/// http://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-typename.html
+/// https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-typename.html
21
class RedundantTypenameCheck : public ClangTidyCheck {
22
public:
23
RedundantTypenameCheck(StringRef Name, ClangTidyContext *Context)
0 commit comments