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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to