[PATCH] D111518: Add release note about `TypeLoc` matchers.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 11 12:58:41 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG25fabc434ad5: Add release note about `TypeLoc` matchers. (authored by jcking1034, committed by ymandel).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111518/new/
https://reviews.llvm.org/D111518
Files:
clang/docs/ReleaseNotes.rst
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -184,7 +184,11 @@
AST Matchers
------------
-- ...
+- ``TypeLoc`` AST Matchers are now available. These matchers provide helpful
+ utilities for matching ``TypeLoc`` nodes, such as the ``pointerTypeLoc``
+ matcher or the ``hasReturnTypeLoc`` matcher. The addition of these matchers
+ was made possible by changes to the handling of ``TypeLoc`` nodes that
+ allows them to enjoy the same static type checking as other AST node kinds.
clang-format
------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111518.378766.patch
Type: text/x-patch
Size: 641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211011/3fd39c65/attachment.bin>
More information about the cfe-commits
mailing list