Author: Martin Boehme Date: 2022-06-03T10:33:57+02:00 New Revision: b50542f21e95800ca1d49b50bddd8e91e0f256fc
URL: https://github.com/llvm/llvm-project/commit/b50542f21e95800ca1d49b50bddd8e91e0f256fc DIFF: https://github.com/llvm/llvm-project/commit/b50542f21e95800ca1d49b50bddd8e91e0f256fc.diff LOG: [clang-tidy] Add missing close quote in release notes. Sorry for the breakage. Added: Modified: clang-tools-extra/docs/ReleaseNotes.rst Removed: ################################################################################ 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 - <clang-tidy/checks/bugprone-use-after-move> where a move in a lambda capture + <clang-tidy/checks/bugprone-use-after-move>` 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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits