[clang-tools-extra] f4baf63 - [clang-tidy] Fix syntax error in release notes.
Martin Boehme via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 7 04:05:29 PDT 2022
Author: Martin Boehme
Date: 2022-06-07T13:04:56+02:00
New Revision: f4baf63155daa7ab3ebd2d773687313d5fdebddc
URL: https://github.com/llvm/llvm-project/commit/f4baf63155daa7ab3ebd2d773687313d5fdebddc
DIFF: https://github.com/llvm/llvm-project/commit/f4baf63155daa7ab3ebd2d773687313d5fdebddc.diff
LOG: [clang-tidy] Fix syntax error in release notes.
Introduced by
https://github.com/llvm/llvm-project/commit/1b664460fa4cb507e2af87c48cd269964f3ad747
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 484babe31eb8..916bb1dbd99f 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -211,9 +211,11 @@ Changes in existing checks
- Fixed bugs in :doc:`bugprone-use-after-move
<clang-tidy/checks/bugprone-use-after-move>`:
+
- Treat a move in a lambda capture as happening in the function that defines
the lambda, not within the body of the lambda (as we were previously doing
erroneously).
+
- Don't emit an erroneous warning on self-moves.
Removed checks
More information about the cfe-commits
mailing list