Skip to content

Commit 16fef8a

Browse files
committed
[clang] Update release notes
1 parent 8c6dc63 commit 16fef8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ Bug Fixes to C++ Support
10031003
- Fixed assertions or false compiler diagnostics in the case of C++ modules for
10041004
lambda functions or inline friend functions defined inside templates (#GH122493).
10051005
- Clang now rejects declaring an alias template with the same name as its template parameter. (#GH123423)
1006+
- Fixed the rejection of valid code when referencing an enumerator of an unscoped enum member with a prior declaration. (#GH124405)
10061007
- Fixed immediate escalation of non-dependent expressions. (#GH123405)
10071008
- Fix type of expression when calling a template which returns an ``__array_rank`` querying a type depending on a
10081009
template parameter. Now, such expression can be used with ``static_assert`` and ``constexpr``. (#GH123498)

0 commit comments

Comments
 (0)