[ASTMatcher] Add coroutineBodyStmt matcher
authorChris Cotter <ccotter14@bloomberg.net>
Wed, 1 Mar 2023 16:51:46 +0000 (11:51 -0500)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 1 Mar 2023 16:51:46 +0000 (11:51 -0500)
commitdcf5ad89dcc5cc69b9df3e5dd9be71c65642f519
tree4a10b5113cc3839cb727844124666fd5803fef34
parent337215ddf93f074575e530d796589b67044d0406
[ASTMatcher] Add coroutineBodyStmt matcher

The coroutineBodyStmt matcher matches CoroutineBodyStmt AST nodes.

Differential Revision: https://reviews.llvm.org/D140794
clang/docs/ReleaseNotes.rst
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/lib/ASTMatchers/ASTMatchersInternal.cpp
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp