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

Douglas Gregor dgregor at apple.com
Mon Jul 27 11:51:07 PDT 2009


On Jul 24, 2009, at 9:35 PM, John McCall wrote:

> Author: rjmccall
> Date: Fri Jul 24 23:35:50 2009
> New Revision: 77046
>
> URL: http://llvm.org/viewvc/llvm-project?rev=77046&view=rev
> Log:
> Flesh out the QualifierSet API.


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

	- Doug



More information about the cfe-commits mailing list