[PATCH] D85625: Fix documentation URL in AvoidBindCheck.h

Christoph Bachhuber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 9 23:56:17 PDT 2020


cbachhuber created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
cbachhuber requested review of this revision.

The URL on current master is a 404. This change fixes that and leads to the correct page.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85625

Files:
  clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h


Index: clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
===================================================================
--- clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
+++ clang-tools-extra/clang-tidy/modernize/AvoidBindCheck.h
@@ -20,7 +20,7 @@
 /// FIXME: Add support for function references and member function references.
 ///
 /// For the user-facing documentation see:
-/// http://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-std-bind.html
+/// http://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-bind.html
 class AvoidBindCheck : public ClangTidyCheck {
 public:
   AvoidBindCheck(StringRef Name, ClangTidyContext *Context);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85625.284261.patch
Type: text/x-patch
Size: 675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200810/6296defe/attachment.bin>


More information about the cfe-commits mailing list