]> granicus.if.org Git - clang/commit
Waste two bits in every clang::Type so that the type class can be read
authorJohn McCall <rjmccall@apple.com>
Fri, 12 Feb 2010 03:41:30 +0000 (03:41 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 12 Feb 2010 03:41:30 +0000 (03:41 +0000)
commit27935ee59c30b0d8b610ab676aab8e65350af932
treec129e903837c066b2a825d24c7711b0f320ced4a
parent982414266cbfbb3f2784c6b42f008532336ea64c
Waste two bits in every clang::Type so that the type class can be read
in a single byte-load rather than some crazy bitmunging operation.

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