[PATCH] D120949: [clang][AST matchers] adding attributedStmt AST matcher

Alister Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 12:44:16 PDT 2022


ajohnson-uoregon updated this revision to Diff 419248.
ajohnson-uoregon added a comment.

Okay, I put the assert back in and made a thing similar to HasSizeMatcher that works and all the tests pass.

What do you mean by a release note, in the commit message, in the docs...?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120949/new/

https://reviews.llvm.org/D120949

Files:
  clang/docs/LibASTMatchersReference.html
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  clang/lib/ASTMatchers/Dynamic/Registry.cpp
  clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120949.419248.patch
Type: text/x-patch
Size: 10781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220330/7ca4b6c6/attachment-0001.bin>


More information about the cfe-commits mailing list