steakhal created this revision. steakhal added reviewers: whisperity, aaron.ballman, njames93, LegalizeAdulthood. steakhal added a project: clang-tools-extra. Herald added subscribers: carlosgalvezp, martong, rnkovacs, xazax.hun. Herald added a project: All. steakhal requested review of this revision. Herald added a subscriber: cfe-commits.
It was probably a copy-paste mistake. The check was added as `cert-dcl58-cpp`, so the doc should point there. Repository: rG LLVM Github Monorepo 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