]> granicus.if.org Git - clang/commit
[AST] Pack the unsigned of DependentTemplateSpecializationType into Type
authorBruno Ricci <riccibrun@gmail.com>
Thu, 16 Aug 2018 10:28:18 +0000 (10:28 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Thu, 16 Aug 2018 10:28:18 +0000 (10:28 +0000)
commit5cb5f56b9359e64da6ed1ee7c3e5650c1d6841b4
treeb8e97b50c9fc178e75ab0528f3580826451799ae
parentccacccb1ddeae075492b5f5af576f8ca0056b9d6
[AST] Pack the unsigned of DependentTemplateSpecializationType into Type

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

Reviewed By: erichkeane

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

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