We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a132b commit 52d18a6Copy full SHA for 52d18a6
clang/docs/ReleaseNotes.rst
@@ -500,6 +500,8 @@ Bug Fixes to C++ Support
500
- Fix an issue caused by not handling invalid cases when substituting into the parameter mapping of a constraint. Fixes (#GH86757).
501
- Fixed a bug that prevented member function templates of class templates declared with a deduced return type
502
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.
505
506
- Fix crash when inheriting from a cv-qualified type. Fixes:
507
(`#35603 <https://github.com/llvm/llvm-project/issues/35603>`_)
0 commit comments