Skip to content

Commit

Permalink
[clang-tidy] Really fix rG9182c679dde7
Browse files Browse the repository at this point in the history
Correct link is clang-tidy/checks/performance/no-automatic-move
  • Loading branch information
legrosbuffle committed May 24, 2023
1 parent 62dc3ba commit 32ffc55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang-tools-extra/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,11 @@ Changes in existing checks
with attributes and to support nested inline namespace introduced in c++20.

- Fixed a false positive in :doc:`performance-no-automatic-move
<clang-tidy/checks/performance/performance-no-automatic-move>` when warning would be
<clang-tidy/checks/performance/no-automatic-move>` when warning would be
emitted for a const local variable to which NRVO is applied.

- Improved :doc:`performance-no-automatic-move
<clang-tidy/checks/performance/performance-no-automatic-move>`: warn on ``const &&``
<clang-tidy/checks/performance/no-automatic-move>`: warn on ``const &&``
constructors.

Removed checks
Expand Down

0 comments on commit 32ffc55

Please sign in to comment.