]> granicus.if.org Git - clang/commit
Changed serialization/deserialization of BuiltinTypes to explicitly serialize
authorTed Kremenek <kremenek@apple.com>
Thu, 1 Nov 2007 17:10:34 +0000 (17:10 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 1 Nov 2007 17:10:34 +0000 (17:10 +0000)
commit4c00c26246adc00abddd471b0a021abefbcc7e4c
treea210059053313c8c0ef3c383218e960aebecbabf
parent385cdaa3f583e600ffebc3f1035de76cd177f299
Changed serialization/deserialization of BuiltinTypes to explicitly serialize
each type.  This ensures that the order in which the types are serialized
is clear and remains persistent.

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