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 c3480ca commit cf34775Copy full SHA for cf34775
clang/docs/ReleaseNotes.rst
@@ -714,6 +714,8 @@ Bug Fixes to C++ Support
714
assumption if they also occur inside of a dependent lambda. (#GH114787)
715
- Clang now uses valid deduced type locations when diagnosing functions with trailing return type
716
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)
719
720
Bug Fixes to AST Handling
721
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments