]> granicus.if.org Git - clang/commit
RecordDecl serialization:
authorTed Kremenek <kremenek@apple.com>
Tue, 2 Sep 2008 20:42:52 +0000 (20:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 2 Sep 2008 20:42:52 +0000 (20:42 +0000)
commit6812a7308d521522e6888ae981b6f9cf31d110ac
tree38240faa7c3c64f0658da2f33e25ed2857fce625
parenta39da065766bdfeee3421a2e71f60ae579170fef
RecordDecl serialization:
- Don't serialize out the NextDeclarator field.  It is unused and deprecated.
- Serialize out the NextDecl pointer.

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