Details
Details
- Reviewers
aaron.ballman njames93
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Won't this change require a regeneration of the documentation clang/docs/tools/dump_ast_matchers.py
Comment Actions
Should we make nullPtrConstant() a top level mather? I feel like this change would actually throw users off.
Comment Actions
This would make this matcher a "convenience" matcher. https://reviews.llvm.org/D97713
Currently it's something in between.