Changeset View
Changeset View
Standalone View
Standalone View
clang/docs/ReleaseNotes.rst
Show First 20 Lines • Show All 262 Lines • ▼ Show 20 Lines | |||||
- Fix a crash when trying to form a recovery expression on a call inside a | - Fix a crash when trying to form a recovery expression on a call inside a | ||||
constraint, which re-evaluated the same constraint. | constraint, which re-evaluated the same constraint. | ||||
`Issue 53213 <https://github.com/llvm/llvm-project/issues/53213>`_ | `Issue 53213 <https://github.com/llvm/llvm-project/issues/53213>`_ | ||||
`Issue 45736 <https://github.com/llvm/llvm-project/issues/45736>`_ | `Issue 45736 <https://github.com/llvm/llvm-project/issues/45736>`_ | ||||
- Fix an issue when performing constraints partial ordering on non-template | - Fix an issue when performing constraints partial ordering on non-template | ||||
functions. `Issue 56154 <https://github.com/llvm/llvm-project/issues/56154>`_ | functions. `Issue 56154 <https://github.com/llvm/llvm-project/issues/56154>`_ | ||||
- Fix handling of unexpanded packs in template argument expressions. | - Fix handling of unexpanded packs in template argument expressions. | ||||
`Issue 58679 <https://github.com/llvm/llvm-project/issues/58679>`_ | `Issue 58679 <https://github.com/llvm/llvm-project/issues/58679>`_ | ||||
- Fix importing of va_list types and declarations. | |||||
Improvements to Clang's diagnostics | Improvements to Clang's diagnostics | ||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||
- Clang will now check compile-time determinable string literals as format strings. | - Clang will now check compile-time determinable string literals as format strings. | ||||
Fixes `Issue 55805: <https://github.com/llvm/llvm-project/issues/55805>`_. | Fixes `Issue 55805: <https://github.com/llvm/llvm-project/issues/55805>`_. | ||||
- ``-Wformat`` now recognizes ``%b`` for the ``printf``/``scanf`` family of | - ``-Wformat`` now recognizes ``%b`` for the ``printf``/``scanf`` family of | ||||
functions and ``%B`` for the ``printf`` family of functions. Fixes | functions and ``%B`` for the ``printf`` family of functions. Fixes | ||||
`Issue 56885: <https://github.com/llvm/llvm-project/issues/56885>`_. | `Issue 56885: <https://github.com/llvm/llvm-project/issues/56885>`_. | ||||
▲ Show 20 Lines • Show All 522 Lines • Show Last 20 Lines |