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



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

Reply via email to