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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits