Use the newly available space in the bit-fields of Stmt
to store some data from MemberExpr. This saves
one pointer per MemberExpr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Looks good - thanks!
include/clang/AST/Expr.h | ||
---|---|---|
2802–2803 | Moving these around could/should be a separate NFC commit - did these have to move at all in this change or something you spotted along the way & cleaned up independently? |
include/clang/AST/Expr.h | ||
---|---|---|
2802–2803 | Having this at the bottom is so painful for the reader, |
Moving these around could/should be a separate NFC commit - did these have to move at all in this change or something you spotted along the way & cleaned up independently?