[PATCH] D54525: [AST] Pack MemberExpr

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 14 12:58:11 PST 2018


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks good - thanks!



================
Comment at: include/clang/AST/Expr.h:2799-2802
-
-  friend TrailingObjects;
-  friend class ASTReader;
-  friend class ASTStmtWriter;
----------------
Moving these around could/should be a separate NFC commit - did these have to move at all in this change or something you spotted along the way & cleaned up independently?


Repository:
  rC Clang

https://reviews.llvm.org/D54525





More information about the cfe-commits mailing list