[PATCH] D56368: [AST] Store the results in OverloadExpr in a trailing array

2019-01-09 Thread Phabricator via Phabricator via cfe-commits
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

[PATCH] D56368: [AST] Store the results in OverloadExpr in a trailing array

2019-01-07 Thread John McCall via Phabricator via cfe-commits
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

[PATCH] D56368: [AST] Store the results in OverloadExpr in a trailing array

2019-01-06 Thread Bruno Ricci via Phabricator via cfe-commits
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