[clang-tools-extra] [clang]Transform uninstantiated ExceptionSpec in TemplateInstantiator (PR #68878)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 24 07:08:46 PDT 2023
================
@@ -455,6 +455,10 @@ 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 for template functions
+ of template classes. Fixes
+ (`#68543 <https://github.com/llvm/llvm-project/issues/68543>`_,
+ `#42496 <https://github.com/llvm/llvm-project/issues/42496>`_)
----------------
erichkeane wrote:
Does this do anything for: https://github.com/llvm/llvm-project/issues/59827 ?
https://github.com/llvm/llvm-project/pull/68878
More information about the cfe-commits
mailing list