Skip to content

Commit cf34775

Browse files
committed
add release note
1 parent c3480ca commit cf34775

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
@@ -714,6 +714,8 @@ 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)
717719

718720
Bug Fixes to AST Handling
719721
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)