From e19f1d6a55239140acc244016cf3173de189cfa2 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Fri, 17 May 2024 09:02:43 -0400 Subject: [PATCH] [FOLD] update release note --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 3c7e0572e837f1..604faf5191abc1 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -759,7 +759,7 @@ Bug Fixes to C++ Support - Fix a bug where the last argument was not considered when considering the most viable function for explicit object argument member functions. Fixes (#GH92188). - Fix a C++11 crash when a non-const non-static member function is defined out-of-line with - the ``constexpr`` specifier. + the ``constexpr`` specifier. Fixes (#GH61004). Bug Fixes to AST Handling ^^^^^^^^^^^^^^^^^^^^^^^^^