[PATCH] D40611: Add has definition AST matcher
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 29 12:49:20 PST 2017
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Aside from a minor commenting nit, LGTM! Do you need me to commit this on your behalf? (If so, I can take care of the commenting fix.)
================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:5856
+/// \brief Matches a declaration that is defined.
+///
----------------
Might want to mention that this is specific to classes and not other things, like functions.
https://reviews.llvm.org/D40611
More information about the cfe-commits
mailing list