We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a0808 commit 862c80dCopy full SHA for 862c80d
clang/docs/ReleaseNotes.rst
@@ -758,6 +758,8 @@ Bug Fixes to C++ Support
758
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
759
- Fix a bug where the last argument was not considered when considering the most viable function for
760
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.
763
764
Bug Fixes to AST Handling
765
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments