diff options
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 2a95d1e..0e9fcaa 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -182,6 +182,8 @@ Bug Fixes to C++ Support - Fix a crash when deleting a pointer to an incomplete array (#GH150359). - Fix an assertion failure when expression in assumption attribute (``[[assume(expr)]]``) creates temporary objects. +- Fix the dynamic_cast to final class optimization to correctly handle + casts that are guaranteed to fail (#GH137518). Bug Fixes to AST Handling ^^^^^^^^^^^^^^^^^^^^^^^^^ |