Skip to content

Commit 905be9c

Browse files
committed
move release note to a different category
1 parent cf34775 commit 905be9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,6 @@ Bug Fixes to C++ Support
714714
assumption if they also occur inside of a dependent lambda. (#GH114787)
715715
- Clang now uses valid deduced type locations when diagnosing functions with trailing return type
716716
missing placeholder return type. (#GH78694)
717-
- Clang now uses the location of the begin of the member expression for ``CallExpr``
718-
involving deduced ``this``. (#GH116928)
719717

720718
Bug Fixes to AST Handling
721719
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -725,6 +723,8 @@ Bug Fixes to AST Handling
725723
sometimes incorrectly return null even if a comment was present. (#GH108145)
726724
- Clang now correctly parses the argument of the ``relates``, ``related``, ``relatesalso``,
727725
and ``relatedalso`` comment commands.
726+
- Clang now uses the location of the begin of the member expression for ``CallExpr``
727+
involving deduced ``this``. (#GH116928)
728728

729729
Miscellaneous Bug Fixes
730730
^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)