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 10241fe commit ddc9719Copy full SHA for ddc9719
clang/docs/ReleaseNotes.rst
@@ -872,7 +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)
+- Diagnose binding a reference to ``*nullptr`` during constant evaluation. (#GH48665)
876
877
Bug Fixes to AST Handling
878
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments