lebedev.ri added inline comments.

================
Comment at: clang-tidy/utils/ExprMutationAnalyzer.cpp:209-214
-  const auto MemberExprs =
-      
match(findAll(expr(anyOf(memberExpr(hasObjectExpression(equalsNode(Exp))),
-                               cxxDependentScopeMemberExpr(
-                                   hasObjectExpression(equalsNode(Exp)))))
-                        .bind("expr")),
-            *Stm, *Context);
----------------
Hm, looks like i failed to rebase the patch :)
Will fix momentarily.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51884



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

Reply via email to