[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Thu May 16 14:01:36 PDT 2024
================
@@ -724,6 +724,8 @@ Bug Fixes to C++ Support
templates during partial ordering when deducing template arguments from a function declaration or when
taking the address of a function template.
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
+- Fix a C++11 crash when a non-const non-static member function is defined out-of-line with
----------------
erichkeane wrote:
Is there a bug # for this one?
https://github.com/llvm/llvm-project/pull/92452
More information about the cfe-commits
mailing list