[PATCH] D42624: [clang-tidy] Add a utility Matcher to match the next statement within a statement sequence

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 8 07:54:27 PST 2018


aaron.ballman added a comment.

In https://reviews.llvm.org/D42624#1031073, @sylvestre.ledru wrote:

> @aaron.ballman Hello, Do you think it is ready to land? Thanks


@alexfh was asking to make this matcher local to the check rather than add it to Matchers.h, so I think this patch should be abandoned and rolled into https://reviews.llvm.org/D37014 directly, but the dependency is fine to pick up in that patch.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D42624





More information about the cfe-commits mailing list