Skip to content

Commit 862c80d

Browse files
committed
[FOLD] add release note
1 parent 91a0808 commit 862c80d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,8 @@ Bug Fixes to C++ Support
758758
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
759759
- Fix a bug where the last argument was not considered when considering the most viable function for
760760
explicit object argument member functions. Fixes (#GH92188).
761+
- Clang no longer transforms dependent qualified names into implicit class member access expressions
762+
until it can be determined whether the name is that of a non-static member.
761763

762764
Bug Fixes to AST Handling
763765
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)