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 e40b7af commit 4f65d91Copy full SHA for 4f65d91
clang/docs/ReleaseNotes.rst
@@ -419,6 +419,8 @@ Bug Fixes to C++ Support
419
- Clang's __builtin_bit_cast will now produce a constant value for records with empty bases. See:
420
(#GH82383)
421
- Fix a crash when instantiating a lambda that captures ``this`` outside of its context. Fixes (#GH85343).
422
+- Fix an issue where a namespace alias could be defined using a qualified name (all name components
423
+ following the first `::` were ignored). (#GH86122)
424
425
Bug Fixes to AST Handling
426
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments