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
Showing
- include/clang/AST/ASTContext.h 0 additions, 15 deletionsinclude/clang/AST/ASTContext.h
- include/clang/Serialization/ASTBitCodes.h 7 additions, 9 deletionsinclude/clang/Serialization/ASTBitCodes.h
- lib/AST/ASTContext.cpp 1 addition, 41 deletionslib/AST/ASTContext.cpp
- lib/CodeGen/CGObjC.cpp 1 addition, 1 deletionlib/CodeGen/CGObjC.cpp
- lib/CodeGen/CodeGenModule.cpp 35 additions, 0 deletionslib/CodeGen/CodeGenModule.cpp
- lib/CodeGen/CodeGenModule.h 8 additions, 0 deletionslib/CodeGen/CodeGenModule.h
- lib/Serialization/ASTReader.cpp 0 additions, 3 deletionslib/Serialization/ASTReader.cpp
- lib/Serialization/ASTWriter.cpp 0 additions, 1 deletionlib/Serialization/ASTWriter.cpp
Loading
Please register or sign in to comment