]> granicus.if.org Git - clang/commit
[AST] Pack the unsigned of PackExpansionType into Type
authorBruno Ricci <riccibrun@gmail.com>
Wed, 15 Aug 2018 16:28:58 +0000 (16:28 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Wed, 15 Aug 2018 16:28:58 +0000 (16:28 +0000)
commit36208c914a98635319a7fd38a8666755622c36f9
treecd21f6a2f866c5da6b7949a9ec951d47bf8c9672
parent56915a64116b6e236c72b9338f784ac0cda3e2d3
[AST] Pack the unsigned of PackExpansionType into Type

The bit-fields of `Type` have enough space for
the `unsigned NumExpansions` of `PackExpansionType`

Reviewed By: erichkeane

Differential Revision: https://reviews.llvm.org/D50711

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339789 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h