[clang] 1ddcb80 - Update the release notes for consteval if support; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 5 13:39:31 PDT 2021


Author: Aaron Ballman
Date: 2021-10-05T16:39:23-04:00
New Revision: 1ddcb804f7e4883bda1877d0e5f9cfda70edc803

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

LOG: Update the release notes for consteval if support; NFC

This support was landed in 424733c12aacc227a28114deba72061153f8dff2.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 7ad6804f8aa1b..9181f01be4402 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -133,7 +133,7 @@ C++20 Feature Support
 
 C++2b Feature Support
 ^^^^^^^^^^^^^^^^^^^^^
-...
+- Implemented `P1938R3: if consteval <https://wg21.link/P1938R3>`_.
 
 CUDA Language Changes in Clang
 ------------------------------


        


More information about the cfe-commits mailing list