Skip to content

Commit 52d18a6

Browse files
committed
[FOLD] add release note
1 parent 16a132b commit 52d18a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ Bug Fixes to C++ Support
500500
- Fix an issue caused by not handling invalid cases when substituting into the parameter mapping of a constraint. Fixes (#GH86757).
501501
- Fixed a bug that prevented member function templates of class templates declared with a deduced return type
502502
from being explicitly specialized for a given implicit instantiation of the class template.
503+
- Fixed a crash when ``this`` is used in a dependent class scope function template specialization
504+
that instantiates to a static member function.
503505

504506
- Fix crash when inheriting from a cv-qualified type. Fixes:
505507
(`#35603 <https://github.com/llvm/llvm-project/issues/35603>`_)

0 commit comments

Comments
 (0)