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



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

Reply via email to