[PATCH] D121373: [clang-tidy][docs] Fix wrong url in DontModifyStdNamespaceCheck
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 10 04:16:36 PST 2022
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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121373.414340.patch
Type: text/x-patch
Size: 675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220310/be1b4073/attachment.bin>
More information about the cfe-commits
mailing list