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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to