[clang] 6b2335c - Adding a release note

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 12:10:09 PDT 2022


Author: Kim Gräsman
Date: 2022-03-21T15:10:01-04:00
New Revision: 6b2335cace8378f499b401bcda3f6a862812539a

URL: https://github.com/llvm/llvm-project/commit/6b2335cace8378f499b401bcda3f6a862812539a
DIFF: https://github.com/llvm/llvm-project/commit/6b2335cace8378f499b401bcda3f6a862812539a.diff

LOG: Adding a release note

This amends 403d7d8d7093d6637a006f8b3f75382294259d3f.

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 5ddec067bc22f..d7ff8699f6ca4 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -61,6 +61,8 @@ Bug Fixes
   size expression. This was fixed and ``::getArraySize()`` will now always
   either return ``None`` or a ``llvm::Optional`` wrapping a valid ``Expr*``.
   This fixes `Issue 53742 <https://github.com/llvm/llvm-project/issues/53742>`_.
+- We now ignore full expressions when traversing cast subexpressions. This
+  fixes `Issue 53044 <https://github.com/llvm/llvm-project/issues/53044>`_.
 
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list