]> granicus.if.org Git - clang/commit
Switch the Objective-C 'Class' type over to a predefined type in the
authorDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 05:59:41 +0000 (05:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 05:59:41 +0000 (05:59 +0000)
commit79d6726921897811232554ed94c5d77b5b7b3fc0
tree9f6793546dea6bed492baddfe4607801b13e93d3
parentddddd48da72bc29d1c3f388ed91ea5549328129e
Switch the Objective-C 'Class' type over to a predefined type in the
AST file format, lazily generating the actual declaration in
ASTContext as needed.

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