[PATCH] D72233: Add a new AST matcher 'optionally'.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 7 05:13:55 PST 2020
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a minor nit. Do you need someone to commit on your behalf?
================
Comment at: clang/lib/ASTMatchers/Dynamic/Registry.cpp:282
REGISTER_MATCHER(hasInitStatement);
+ REGISTER_MATCHER(hasInitializer);
REGISTER_MATCHER(hasKeywordSelector);
----------------
Why did this one move? Please keep the list sorted alphabetically.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72233/new/
https://reviews.llvm.org/D72233
More information about the cfe-commits
mailing list