[PATCH] D128119: [clang] Enforce instantiation of constexpr template functions during non-constexpr evaluation

serge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 8 13:29:35 PDT 2022


serge-sans-paille added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:184
   initializer is not allowed this is now diagnosed as an error.
+- Clang now correctly emit symbols for implicitly instanciated constexpr
+  template function. Fixes `Issue 55560 <https://github.com/llvm/llvm-project/issues/55560>`_.
----------------
aaron.ballman wrote:
> 
Thanks you for removing this french touch ;-)


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

https://reviews.llvm.org/D128119



More information about the cfe-commits mailing list