This revision was automatically updated to reflect the committed changes.
Closed by commit rL346951: [AST] Pack UnaryOperator (authored by brunoricci,
committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D54524?vs=174024&id=174195#toc
Repos
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Looks good - thanks!
Repository:
rC Clang
https://reviews.llvm.org/D54524
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://l
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`
to store some data from `UnaryOperator`.
This saves 8 bytes per `UnaryOperator`.
Repositor