]> granicus.if.org Git - clang/commit
Move the creation of the record type for the state of Objective-C fast
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 17:23:49 +0000 (17:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 17:23:49 +0000 (17:23 +0000)
commit0815b579b31cb3129f732bb7ea36fd6ba6949e98
treec968a8d7192925312fed8fbf70e4c7e7bfbc906d
parent5c0d3d66bf06213009802876a14e6298efc1e0b0
Move the creation of the record type for the state of Objective-C fast
enumerations from the ASTContext into CodeGen, so that we don't need
to serialize it to AST files. This appears to be the last of the
low-hanging fruit for SpecialTypes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137124 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTContext.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp