]> granicus.if.org Git - clang/commit
[AST] Pack the unsigned of SubstTemplateTypeParmPackType into Type
authorBruno Ricci <riccibrun@gmail.com>
Thu, 16 Aug 2018 10:33:36 +0000 (10:33 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Thu, 16 Aug 2018 10:33:36 +0000 (10:33 +0000)
commit07957d8b15b81325ce704156d65de8bf5de3b72c
tree526b21529b21bc3a0fc30b864f628801be200fbe
parent5cb5f56b9359e64da6ed1ee7c3e5650c1d6841b4
[AST] Pack the unsigned of SubstTemplateTypeParmPackType into Type

The bit-fields of Type have enough space for the member
unsigned NumArgs of SubstTemplateTypeParmPackType.

Reviewed By: erichkeane

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

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