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 4cd55ea commit 10241feCopy full SHA for 10241fe
clang/docs/ReleaseNotes.rst
@@ -872,6 +872,7 @@ Bug Fixes to C++ Support
872
- Fixed a crash when constant evaluating some explicit object member assignment operators. (#GH142835)
873
- Fixed an access checking bug when substituting into concepts (#GH115838)
874
- Fix a bug where private access specifier of overloaded function not respected. (#GH107629)
875
+- Diagnose binding a reference to `*nullptr` during constant evaluation. (#GH48665)
876
877
Bug Fixes to AST Handling
878
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments