]> granicus.if.org Git - clang/commit
Compress bit fields / enums from ReferenceType, BuiltinType, FunctionType, and
authorJohn McCall <rjmccall@apple.com>
Thu, 14 Oct 2010 03:00:17 +0000 (03:00 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 14 Oct 2010 03:00:17 +0000 (03:00 +0000)
commit71c3673d1e3756d8ef3cbc559fcad1d0b2f18a1f
tree0361b14b1f37995c6208957ce15639e9bf3c0c03
parent008df5dce3938456ae7ea2e7ab3b2d12391ebf3e
Compress bit fields / enums from ReferenceType, BuiltinType, FunctionType, and
ObjCObjectType into Type.

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