diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 70dbc58030d0d..0ebbf1eb63636 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -184,7 +184,11 @@ Build System Changes 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 ------------