From b50542f21e95800ca1d49b50bddd8e91e0f256fc Mon Sep 17 00:00:00 2001 From: Martin Boehme Date: Fri, 3 Jun 2022 10:27:36 +0200 Subject: [PATCH] [clang-tidy] Add missing close quote in release notes. Sorry for the breakage. --- clang-tools-extra/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.