Skip to content

Commit ae62334

Browse files
committed
[FOLD] add release note
1 parent b56eeb2 commit ae62334

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
@@ -724,6 +724,8 @@ Bug Fixes to C++ Support
724724
templates during partial ordering when deducing template arguments from a function declaration or when
725725
taking the address of a function template.
726726
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
727+
- Clang no longer treats ``constexpr``class scope function template specializations of non-static data members
728+
as implicitly ``const`` in language standards after C++11.
727729

728730
Bug Fixes to AST Handling
729731
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)