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 6813e7d commit 4ee87ceCopy full SHA for 4ee87ce
clang/docs/ReleaseNotes.rst
@@ -724,6 +724,8 @@ Bug Fixes to C++ Support
724
templates during partial ordering when deducing template arguments from a function declaration or when
725
taking the address of a function template.
726
- 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.
729
730
Bug Fixes to AST Handling
731
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments