This revision was automatically updated to reflect the committed changes.
Closed by commit rL350732: [AST] Store the results in OverloadExpr in a
trailing array (authored by brunoricci, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D5
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56368/new/
https://reviews.llvm.org/D56368
___
cfe-commi
riccibruno created this revision.
riccibruno added a reviewer: rjmccall.
riccibruno added a project: clang.
Herald added a subscriber: cfe-commits.
Use the newly available space in the bit-fields of `Stmt` to pack
`OverloadExpr`, `UnresolvedLookupExpr` and `UnresolvedMemberExpr`.
Additionally sto