]> granicus.if.org Git - clang/commit
Implemented serialization of RecordDecls. Changed serialization of TagType to
authorTed Kremenek <kremenek@apple.com>
Wed, 14 Nov 2007 08:06:37 +0000 (08:06 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 14 Nov 2007 08:06:37 +0000 (08:06 +0000)
commitaad48b6b2dfc81ad36a05d161c775cd6aab5b339
treed2d050bea14752ada686c9dedbca0c572d1a0add
parent41af093ee62a4aea948ffef4482c9e2a496d710e
Implemented serialization of RecordDecls. Changed serialization of TagType to
have an owning pointer to the referred TagDecl. This should hopefully fix a
bug where TagDecls (including decls from structs, etc.) were not serialized.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44106 91177308-0d34-0410-b5e6-96231b3b80d8
AST/DeclSerialization.cpp
AST/TypeSerialization.cpp
include/clang/AST/Decl.h
include/clang/AST/Type.h