[clang] [clang-cl] Add support for [[msvc::constexpr]] C++11 attribute (PR #71300)

Richard Dzenis via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 7 14:30:59 PST 2023


================
@@ -217,6 +217,8 @@ C23 Feature Support
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------
+- The default value of `_MSC_VER` was raised from 1920 to 1933.
+  MSVC 19.33 added undocumented attribute ``[[msvc::constexpr]]``.
----------------
RIscRIpt wrote:

Thanks, applied manually.

https://github.com/llvm/llvm-project/pull/71300


More information about the cfe-commits mailing list