]> granicus.if.org Git - clang/commit
For serialization of ASTContext, added special-casing of serialization
authorTed Kremenek <kremenek@apple.com>
Mon, 5 Nov 2007 20:49:23 +0000 (20:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 5 Nov 2007 20:49:23 +0000 (20:49 +0000)
commitb8712eb9c712fcb88c626167e3b89d81341a58d1
tree569f2caca953338a842910d7475134c4a086d94d
parent909f02a69786e94d34d34fc8d4ea3e160bcff775
For serialization of ASTContext, added special-casing of serialization
of type sets when emitting complex types and pointer types that are
also considered builtins.  These types are automatically created in
the ctor of ASTContext, and thus should not be serialized (was
producing an error during deserialization).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43733 91177308-0d34-0410-b5e6-96231b3b80d8
AST/ASTContext.cpp