Skip to content

Commit 4f65d91

Browse files
committed
Add release notes.
1 parent e40b7af commit 4f65d91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ Bug Fixes to C++ Support
419419
- Clang's __builtin_bit_cast will now produce a constant value for records with empty bases. See:
420420
(#GH82383)
421421
- 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)
422424

423425
Bug Fixes to AST Handling
424426
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)