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 c48c4a6 commit 01789a4Copy full SHA for 01789a4
clang/docs/ReleaseNotes.rst
@@ -358,6 +358,7 @@ Bug Fixes to C++ Support
358
- Fixed a Clang regression in C++20 mode where unresolved dependent call expressions were created inside non-dependent contexts (#GH122892)
359
- Clang now emits the ``-Wunused-variable`` warning when some structured bindings are unused
360
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)
362
363
Bug Fixes to AST Handling
364
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments