[PATCH] D45680: [C++2a] Implement operator<=> Part 2: Operator Rewritting and Overload Resolution.
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 10 20:22:20 PDT 2018
EricWF marked 11 inline comments as done.
EricWF added inline comments.
================
Comment at: include/clang/AST/Stmt.h:254
+
+ unsigned Kind : 1;
+ };
----------------
rsmith wrote:
> I don't think you need this either.
Does keeping it help save bits in `CXXRewrittenOperatorExpr`?
https://reviews.llvm.org/D45680
More information about the cfe-commits
mailing list