]> granicus.if.org Git - clang/commit
Move the construction of the RecordDecl representing the runtime
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 15:54:21 +0000 (15:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 15:54:21 +0000 (15:54 +0000)
commit45c4ea75b235de94f44bf96843624e6a559e4c00
treee4918478e73dad723394e611ddb25aad6ebefa09
parent3b8043b49aff6e5d70f29ef5684214ce2473763c
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
include/clang/AST/ASTContext.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTContext.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp