[PATCH] D53717: [AST] Only store the needed data in ForStmt.

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 13 13:20:52 PST 2018


riccibruno abandoned this revision.
riccibruno added a comment.
Herald added a reviewer: shafik.

Let's close it for now. I agree that the complexity is probably not worth it. We can always
resurrect it in the future. I will submit a patch doing the move into a new `StmtBase.h/.cpp`
after I am done with packing the other expression classes.


Repository:
  rC Clang

https://reviews.llvm.org/D53717





More information about the cfe-commits mailing list