Skip to content

Commit 95e1182

Browse files
committed
[FOLD] add release note
1 parent 0e73c98 commit 95e1182

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
@@ -744,6 +744,8 @@ Bug Fixes to C++ Support
744744
explicit object argument member functions. Fixes (#GH92188).
745745
- Fix a C++11 crash when a non-const non-static member function is defined out-of-line with
746746
the ``constexpr`` specifier. Fixes (#GH61004).
747+
- Clang no longer treats ``constexpr`` class scope function template specializations of non-static data members
748+
as implicitly ``const`` in language standards after C++11.
747749

748750
Bug Fixes to AST Handling
749751
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)