Skip to content

Commit 1c05d38

Browse files
committed
[FOLD] add release note
1 parent df305bf commit 1c05d38

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
@@ -742,6 +742,8 @@ Bug Fixes to C++ Support
742742
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
743743
- Fix a bug where the last argument was not considered when considering the most viable function for
744744
explicit object argument member functions. Fixes (#GH92188).
745+
- Clang no longer transforms dependent qualified names into implicit class member access expressions
746+
until it can be determined whether the name is that of a non-static member.
745747

746748
Bug Fixes to AST Handling
747749
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)