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 ------------
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 ------------
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits