[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

Krystian Stasiowski via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 05:58:38 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
----------------
sdkrystian wrote:

I looked, but couldn't find any

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


More information about the cfe-commits mailing list