Skip to content

Commit 4ee87ce

Browse files
committed
[FOLD] add release note
1 parent 6813e7d commit 4ee87ce

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
@@ -724,6 +724,8 @@ Bug Fixes to C++ Support
724724
templates during partial ordering when deducing template arguments from a function declaration or when
725725
taking the address of a function template.
726726
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
727+
- Clang no longer transforms dependent qualified names into implicit class member access expressions
728+
until it can be determined whether the name is that of a non-static member.
727729

728730
Bug Fixes to AST Handling
729731
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)