[PATCH] D40261: Add default argument AST matcher

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 20 13:25:54 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 nit with the comments leading to the public docs, LGTM!



================
Comment at: include/clang/ASTMatchers/ASTMatchers.h:5825-5826
+/// \code
+/// void x(int val) {};
+/// void y(int val = 0) {};
+/// \endcode
----------------
Remove the spurious semicolons (and regen the HTML docs).


https://reviews.llvm.org/D40261





More information about the cfe-commits mailing list