[PATCH] D50643: [AST] Pack the bits of TemplateSpecializationType into Type
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 13 10:02:23 PDT 2018
erichkeane added a comment.
I think that this causes UB. The Type baseclass will use the TypeBitfields active member, but this uses the TemplateSpecializationTypeBits, right? I know we take advantage of this elsewhere, but I'm tentative about this one...
Repository:
rC Clang
https://reviews.llvm.org/D50643
More information about the cfe-commits
mailing list