diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst --- a/clang/docs/ReleaseNotes.rst +++ b/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 ------------