[clang] [clang]Transform uninstantiated ExceptionSpec in TemplateInstantiator (PR #68878)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 07:24:46 PDT 2023


================
@@ -377,6 +377,8 @@ Bug Fixes in This Version
   cannot be used with ``Release`` mode builds. (`#68237 <https://github.com/llvm/llvm-project/issues/68237>`_).
 - Fix crash in evaluating ``constexpr`` value for invalid template function.
   Fixes (`#68542 <https://github.com/llvm/llvm-project/issues/68542>`_)
+- Clang will correctly evaluate ``noexcept`` expression with template in template
+  method of template record.
----------------
erichkeane wrote:

Please do a 'fixes' link to both of the bugs you're fixing.

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


More information about the cfe-commits mailing list