[PATCH] D42213: [ASTMatchers] [NFC] Fix code examples
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 19 14:03:23 PST 2018
aaron.ballman added a comment.
In https://reviews.llvm.org/D42213#982385, @MaskRay wrote:
> Yes, I was asking about this because the results seemed to be wrong. I should have used `parameterCountIs()` to reduce the confusion :) I'll leave them untouched.
Alternatively, you can try out those declarations and the given matchers in clang-query to see if the results match what's listed, and update the comments based on what you find. Either way is fine.
Repository:
rC Clang
https://reviews.llvm.org/D42213
More information about the cfe-commits
mailing list