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

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 22 07:12:34 PST 2019


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

Thanks for tidying up the docs. LG with one nit.



================
Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:5018
+/// memberExpr(hasObjectExpression(hasType(cxxRecordDecl(hasName("X")))))
+///   matches "x.m", but not "m"; however,
+/// memberExpr(hasObjectExpression(hasType(pointsTo(
----------------
nit: Let's use backquotes here instead of double quotes. Same three lines below.


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

https://reviews.llvm.org/D56849





More information about the cfe-commits mailing list