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 a311192 commit 2603c38Copy full SHA for 2603c38
clang/docs/ReleaseNotes.rst
@@ -164,6 +164,7 @@ Bug Fixes to C++ Support
164
- Fixed a crash when an expression with a dependent ``__typeof__`` type is used as the operand of a unary operator. (#GH97646)
165
- Fixed a failed assertion when checking invalid delete operator declaration. (#GH96191)
166
- Fix a crash when checking destructor reference with an invalid initializer. (#GH97230)
167
+- Clang now correctly parses potentially declarative nested-name-specifiers in pointer-to-member declarators.
168
169
Bug Fixes to AST Handling
170
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments