| commit | db07683d866bdd0c1d2b651066081b64f9563333 | [log] [tgz] |
|---|---|---|
| author | Bruno Ricci <riccibrun@gmail.com> | Sat Jan 26 14:15:10 2019 +0000 |
| committer | Bruno Ricci <riccibrun@gmail.com> | Sat Jan 26 14:15:10 2019 +0000 |
| tree | c517e7da654ba9c1951395b5a8415229f4daff58 | |
| parent | 94498c70ae44d51835f4a7110877ed77c48251b2 [diff] |
[AST] Pack GenericSelectionExpr Store the controlling expression, the association expressions and the corresponding TypeSourceInfos as trailing objects. Additionally use the bit-fields of Stmt to store one SourceLocation, saving one additional pointer. This saves 3 pointers in total per GenericSelectionExpr. Differential Revision: https://reviews.llvm.org/D57104 Reviewed By: aaron.ballman Reviewers: aaron.ballman, steveire llvm-svn: 352276