Skip to content

Commit

Permalink
[clang-tidy][docs][NFC] Update URL and docs of PostfixOperatorCheck
Browse files Browse the repository at this point in the history
The docs URL was dangling, and the docs suggested that it has no fixits,
but it actually had.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D121372
  • Loading branch information
Balazs Benics committed Mar 13, 2022
1 parent 200e7a8 commit d321f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clang-tools-extra/clang-tidy/cert/PostfixOperatorCheck.h
Expand Up @@ -19,7 +19,7 @@ namespace cert {
/// object.
///
/// For the user-facing documentation see:
/// http://clang.llvm.org/extra/clang-tidy/checks/cert-postfix-operator.html
/// https://clang.llvm.org/extra/clang-tidy/checks/cert-dcl21-cpp.html
class PostfixOperatorCheck : public ClangTidyCheck {
public:
PostfixOperatorCheck(StringRef Name, ClangTidyContext *Context)
Expand Down
2 changes: 1 addition & 1 deletion clang-tools-extra/docs/clang-tidy/checks/list.rst
Expand Up @@ -113,7 +113,7 @@ Clang-Tidy Checks
`bugprone-unused-return-value <bugprone-unused-return-value.html>`_,
`bugprone-use-after-move <bugprone-use-after-move.html>`_,
`bugprone-virtual-near-miss <bugprone-virtual-near-miss.html>`_, "Yes"
`cert-dcl21-cpp <cert-dcl21-cpp.html>`_,
`cert-dcl21-cpp <cert-dcl21-cpp.html>`_, "Yes"
`cert-dcl50-cpp <cert-dcl50-cpp.html>`_,
`cert-dcl58-cpp <cert-dcl58-cpp.html>`_,
`cert-env33-c <cert-env33-c.html>`_,
Expand Down

0 comments on commit d321f09

Please sign in to comment.