Skip to content

Commit 01789a4

Browse files
committed
Adde release notes
1 parent c48c4a6 commit 01789a4

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
@@ -358,6 +358,7 @@ Bug Fixes to C++ Support
358358
- Fixed a Clang regression in C++20 mode where unresolved dependent call expressions were created inside non-dependent contexts (#GH122892)
359359
- Clang now emits the ``-Wunused-variable`` warning when some structured bindings are unused
360360
and the ``[[maybe_unused]]`` attribute is not applied. (#GH125810)
361+
- Clang now emits a warning when class template argument deduction for alias templates is used in C++17. (#GH133806)
361362

362363
Bug Fixes to AST Handling
363364
^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)