Skip to content

Commit 301b237

Browse files
committed
[FOLD] add release note
1 parent f1a55b4 commit 301b237

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
@@ -747,6 +747,8 @@ Bug Fixes to C++ Support
747747
- Clang no longer transforms dependent qualified names into implicit class member access expressions
748748
until it can be determined whether the name is that of a non-static member.
749749
- Clang now correctly diagnoses when the current instantiation is used as an incomplete base class.
750+
- Clang no longer treats ``constexpr`` class scope function template specializations of non-static members
751+
as implicitly ``const`` in language modes after C++11.
750752

751753
Bug Fixes to AST Handling
752754
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)