Use the newly available space in the bit-fields of Stmt to store
some data from CXXThrowExpr, CXXDefaultArgExpr
and CXXDefaultInitExpr. This saves 1 pointer for each of these classes.
Details
Details
- Reviewers
rsmith
Diff Detail
Diff Detail
- Repository
- rC Clang