This revision was automatically updated to reflect the committed changes.
Closed by commit rG665879b9e7d1: [clang-tidy][docs] Fix wrong url in 
DontModifyStdNamespaceCheck (authored by steakhal).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121373/new/

https://reviews.llvm.org/D121373

Files:
  clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h


Index: clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
===================================================================
--- clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
+++ clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
@@ -19,7 +19,7 @@
 /// This check warns for such modifications.
 ///
 /// For the user-facing documentation see:
-/// http://clang.llvm.org/extra/clang-tidy/checks/cert-msc53-cpp.html
+/// https://clang.llvm.org/extra/clang-tidy/checks/cert-dcl58-cpp.html
 class DontModifyStdNamespaceCheck : public ClangTidyCheck {
 public:
   DontModifyStdNamespaceCheck(StringRef Name, ClangTidyContext *Context)


Index: clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
===================================================================
--- clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
+++ clang-tools-extra/clang-tidy/cert/DontModifyStdNamespaceCheck.h
@@ -19,7 +19,7 @@
 /// This check warns for such modifications.
 ///
 /// For the user-facing documentation see:
-/// http://clang.llvm.org/extra/clang-tidy/checks/cert-msc53-cpp.html
+/// https://clang.llvm.org/extra/clang-tidy/checks/cert-dcl58-cpp.html
 class DontModifyStdNamespaceCheck : public ClangTidyCheck {
 public:
   DontModifyStdNamespaceCheck(StringRef Name, ClangTidyContext *Context)
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to