Skip to content

Commit 2c2f30b

Browse files
committed
[Clang] Updated the clang release notes
1 parent c865ba5 commit 2c2f30b

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
@@ -1007,6 +1007,7 @@ Bug Fixes to C++ Support
10071007
- Fix type of expression when calling a template which returns an ``__array_rank`` querying a type depending on a
10081008
template parameter. Now, such expression can be used with ``static_assert`` and ``constexpr``. (#GH123498)
10091009
- Correctly determine the implicit constexprness of lambdas in dependent contexts. (#GH97958) (#GH114234)
1010+
- Fixed a clang regression on c++20 mode where unresolved dependent call expressions were created inside non-dependent context (#GH122892)
10101011

10111012
Bug Fixes to AST Handling
10121013
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)