[PATCH] D54525: [AST] Pack MemberExpr
Bruno Ricci via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 14 13:58:32 PST 2018
riccibruno added inline comments.
================
Comment at: include/clang/AST/Expr.h:2802
- friend class ASTReader;
- friend class ASTStmtWriter;
};
----------------
Having this at the bottom is so painful for the reader,
and people seems to put them at the top of the class usually.
But yes I can do this as an NFC.
Repository:
rC Clang
https://reviews.llvm.org/D54525
More information about the cfe-commits
mailing list