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 653233f commit 09f7bcdCopy full SHA for 09f7bcd
clang-tools-extra/clang-tidy/modernize/UseStructuredBindingCheck.h
@@ -17,7 +17,7 @@ namespace clang::tidy::modernize {
17
/// suggests replacing them.
18
///
19
/// For the user-facing documentation see:
20
-/// http://clang.llvm.org/extra/clang-tidy/checks/modernize/use-structured-binding.html
+/// https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-structured-binding.html
21
class UseStructuredBindingCheck : public ClangTidyCheck {
22
public:
23
UseStructuredBindingCheck(StringRef Name, ClangTidyContext *Context)
0 commit comments