[cfe-commits] r77046 - /cfe/trunk/include/clang/AST/Type.h

John McCall rjmccall at apple.com
Tue Jul 28 01:52:49 CDT 2009


Douglas Gregor wrote:
> I missed this before, but it would be nice if QualifierSet had all of 
> its values packed into a 32-bit word, so that we could compare 
> qualifier sets ultra-efficiently. 24 bits should certainly be enough 
> for address spaces

Done in r77299, with semantic checking in r77303.

John.


More information about the cfe-commits mailing list