efriedma added a comment.

FYI, the "Visit" method comes from the base class StmtVisitor; it just forwards 
to the relevant method.  (For example, if you call "Visit" with an 
InitListExpr, it calls VisitInitListExpr.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133570

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

Reply via email to