[PATCH] D54526: [AST] Pack BinaryOperator

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 14 06:25:55 PST 2018


riccibruno created this revision.
riccibruno added a reviewer: dblaikie.
riccibruno added a project: clang.
Herald added a subscriber: cfe-commits.

Use the newly available space in the bit-fields of `Stmt`.
This saves 8 bytes per `BinaryOperator`.


Repository:
  rC Clang

https://reviews.llvm.org/D54526

Files:
  include/clang/AST/Expr.h
  include/clang/AST/Stmt.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54526.174029.patch
Type: text/x-patch
Size: 5755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181114/327acac6/attachment.bin>


More information about the cfe-commits mailing list