void marked 6 inline comments as done.
void added inline comments.

================
Comment at: lib/AST/StmtProfile.cpp:1001
+  VisitExpr(S);
+  VisitExpr(S->getSubExpr());
+}
----------------
rsmith wrote:
> This is unnecessary: this visitor visits the children of the node for you.
If I don't have this then the link fails because it cannot find this.


Repository:
  rC Clang

https://reviews.llvm.org/D53475



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

Reply via email to