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 8351726 commit 6b2335cCopy full SHA for 6b2335c
clang/docs/ReleaseNotes.rst
@@ -61,6 +61,8 @@ Bug Fixes
61
size expression. This was fixed and ``::getArraySize()`` will now always
62
either return ``None`` or a ``llvm::Optional`` wrapping a valid ``Expr*``.
63
This fixes `Issue 53742 <https://github.com/llvm/llvm-project/issues/53742>`_.
64
+- We now ignore full expressions when traversing cast subexpressions. This
65
+ fixes `Issue 53044 <https://github.com/llvm/llvm-project/issues/53044>`_.
66
67
Improvements to Clang's diagnostics
68
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments