[clang] 1e95d1b - [clang] Fix Clang release notes

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Thu May 5 09:12:06 PDT 2022


Author: Ilya Biryukov
Date: 2022-05-05T16:11:45Z
New Revision: 1e95d1bee63837cd40e6ea5ecc95eb8854ba8d21

URL: https://github.com/llvm/llvm-project/commit/1e95d1bee63837cd40e6ea5ecc95eb8854ba8d21
DIFF: https://github.com/llvm/llvm-project/commit/1e95d1bee63837cd40e6ea5ecc95eb8854ba8d21.diff

LOG: [clang] Fix Clang release notes

I have forgotten a space by mistake in the previous commit.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 862d9821a977f..4ddf1c6eb5382 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -225,7 +225,7 @@ Removed Compiler Flags
 - Removed the ``-fno-concept-satisfaction-caching`` flag. The flag was added
   at the time when the draft of C++20 standard did not permit caching of
   atomic constraints. The final standard permits such caching, see
-  `WG21 P2104R0<http://wg21.link/p2104r0>`_.
+  `WG21 P2104R0 <http://wg21.link/p2104r0>`_.
 
 New Pragmas in Clang
 --------------------


        


More information about the cfe-commits mailing list