diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index a3e616357398..8ae33ab0a072 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -210,7 +210,7 @@ Changes in existing checks template has an unnecessary value paramter. Removed the fix for a template. - Fixed a bug in :doc:`bugprone-use-after-move - where a move in a lambda capture + ` where a move in a lambda capture was treated as if it happened within the body of the lambda, not within the function that defines the lambda.