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 df305bf commit 1c05d38Copy full SHA for 1c05d38
clang/docs/ReleaseNotes.rst
@@ -742,6 +742,8 @@ Bug Fixes to C++ Support
742
- Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377).
743
- Fix a bug where the last argument was not considered when considering the most viable function for
744
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.
747
748
Bug Fixes to AST Handling
749
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments