Move the construction of the RecordDecl representing the runtime
layout of a constant NSString from the ASTContext over to CodeGen, since this is solely CodeGen's responsibility. Eliminates one of the unnecessary "special" types that we serialize. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137121 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/ASTContext.h 0 additions, 15 deletionsinclude/clang/AST/ASTContext.h
- include/clang/Serialization/ASTBitCodes.h 1 addition, 3 deletionsinclude/clang/Serialization/ASTBitCodes.h
- lib/AST/ASTContext.cpp 1 addition, 43 deletionslib/AST/ASTContext.cpp
- lib/CodeGen/CodeGenModule.cpp 46 additions, 6 deletionslib/CodeGen/CodeGenModule.cpp
- lib/CodeGen/CodeGenModule.h 8 additions, 0 deletionslib/CodeGen/CodeGenModule.h
- lib/Serialization/ASTReader.cpp 0 additions, 2 deletionslib/Serialization/ASTReader.cpp
- lib/Serialization/ASTWriter.cpp 0 additions, 1 deletionlib/Serialization/ASTWriter.cpp
Loading
Please register or sign in to comment