]> granicus.if.org Git - clang/commit
Migrate the serialization of ASTContext's AutoDeduceTy and
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 15:13:55 +0000 (15:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Aug 2011 15:13:55 +0000 (15:13 +0000)
commit3b8043b49aff6e5d70f29ef5684214ce2473763c
tree6e5de9a3e146bb39b7baad6d1aa1b8c14c9c6d37
parente802c613f2a24153c5fcb2474b4c7c66b29153a8
Migrate the serialization of ASTContext's AutoDeduceTy and
AutoRRefDeductTy from the "special types" block to predefined
types. The latter behaves better when loading multiple AST files.

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