[PATCH] D56849: [ASTMatchers][NFC] Update comments on assorted `CXXMemberCallExpr` matchers.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 17 08:44:56 PST 2019


ymandel marked 4 inline comments as done.
ymandel added inline comments.


================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:2905
+/// cxxMemberCallExpr(on(callExpr()))
+///   matches `(g()).m()`
 ///
----------------
aaron.ballman wrote:
> Missing a full stop.
also fixed mistake in first example (turned up by actually testing the claim. :) )


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56849/new/

https://reviews.llvm.org/D56849





More information about the cfe-commits mailing list