[PATCH] D119646: [clang] Allow consteval functions in default arguments

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 6 05:30:56 PDT 2022


aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM with some small fixes to the release note. Thanks @ChuanqiXu!



================
Comment at: clang/docs/ReleaseNotes.rst:166
   type.
+- Clang will allow constexpr function in default argument. This fixes
+  `Issue 48230 <https://github.com/llvm/llvm-project/issues/48230>`_.
----------------
Minor corrections


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119646/new/

https://reviews.llvm.org/D119646



More information about the cfe-commits mailing list