[PATCH] D97158: [ASTMatchers] Make nullPointerConstant usable at top-level
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 1 11:33:24 PST 2021
steveire added a comment.
In D97158#2594973 <https://reviews.llvm.org/D97158#2594973>, @njames93 wrote:
> Should we make `nullPtrConstant()` a top level mather? I feel like this change would actually throw users off.
This would make this matcher a "convenience" matcher. https://reviews.llvm.org/D97713
Currently it's something in between.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97158/new/
https://reviews.llvm.org/D97158
More information about the cfe-commits
mailing list