[clang] 436a35a - [docs] Replace "constexpr expressions" with "constant expressions".
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 22 06:15:08 PDT 2020
Author: Simon Pilgrim
Date: 2020-08-22T14:14:36+01:00
New Revision: 436a35a77313598eedad867a0f086aeb1b5b6eb2
URL: https://github.com/llvm/llvm-project/commit/436a35a77313598eedad867a0f086aeb1b5b6eb2
DIFF: https://github.com/llvm/llvm-project/commit/436a35a77313598eedad867a0f086aeb1b5b6eb2.diff
LOG: [docs] Replace "constexpr expressions" with "constant expressions".
Based off comment from @rsmith on D86339
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 6ea9a1499ed3..b01408bba575 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -158,16 +158,16 @@ X86 Support in Clang
- The x86 intrinsics ``_mm_popcnt_u32``, ``_mm_popcnt_u64``, ``_popcnt32``,
``_popcnt64``, ``__popcntd`` and ``__popcntq`` may now be used within
- constexpr expressions.
+ constant expressions.
- The x86 intrinsics ``_bit_scan_forward``, ``__bsfd`` and ``__bsfq`` may now
- be used within constexpr expressions.
+ be used within constant expressions.
- The x86 intrinsics ``_bit_scan_reverse``, ``__bsrd`` and ``__bsrq`` may now
- be used within constexpr expressions.
+ be used within constant expressions.
- The x86 intrinsics ``__bswap``, ``__bswapd``, ``__bswap64`` and ``__bswapq``
- may now be used within constexpr expressions.
+ may now be used within constant expressions.
Internal API Changes
--------------------
More information about the cfe-commits
mailing list