[all-commits] [llvm/llvm-project] dcf5ad: [ASTMatcher] Add coroutineBodyStmt matcher

Chris Cotter via All-commits all-commits at lists.llvm.org
Wed Mar 1 08:52:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dcf5ad89dcc5cc69b9df3e5dd9be71c65642f519
      https://github.com/llvm/llvm-project/commit/dcf5ad89dcc5cc69b9df3e5dd9be71c65642f519
  Author: Chris Cotter <ccotter14 at bloomberg.net>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/ASTMatchers/ASTMatchers.h
    M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
    M clang/lib/ASTMatchers/Dynamic/Registry.cpp
    M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
    M clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp

  Log Message:
  -----------
  [ASTMatcher] Add coroutineBodyStmt matcher

The coroutineBodyStmt matcher matches CoroutineBodyStmt AST nodes.

Differential Revision: https://reviews.llvm.org/D140794




More information about the All-commits mailing list