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 f1a55b4 commit 301b237Copy full SHA for 301b237
clang/docs/ReleaseNotes.rst
@@ -747,6 +747,8 @@ Bug Fixes to C++ Support
747
- Clang no longer transforms dependent qualified names into implicit class member access expressions
748
until it can be determined whether the name is that of a non-static member.
749
- 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.
752
753
Bug Fixes to AST Handling
754
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments