[PATCH] D53475: Create ConstantExpr class

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 28 01:34:31 PDT 2018


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





More information about the cfe-commits mailing list