[PATCH] D47096: CodeGen: block capture shouldn't ICE

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 18 16:43:51 PDT 2018


rjmccall added a comment.

RecursiveASTVisitor instantiations are huge.  Can you just make the function take a Stmt and then do the first few checks if it happens to be an Expr?


Repository:
  rC Clang

https://reviews.llvm.org/D47096





More information about the cfe-commits mailing list