]> granicus.if.org Git - clang/commit
Fixed bug in serialization of EnumConstantDecl where we improperly
authorTed Kremenek <kremenek@apple.com>
Wed, 14 Nov 2007 23:38:09 +0000 (23:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 14 Nov 2007 23:38:09 +0000 (23:38 +0000)
commit049b1684bb7d7177a89da36c347bd33b4a1c6ef2
treee554146a0a2f71261b685668511088d039d7442e
parentc12f51a8631b42aa8b01fa0d1220652e95fa8db1
Fixed bug in serialization of EnumConstantDecl where we improperly
"default constructed" an APSInt.  Fixed another bug in the same method
where we did not allow the NextDeclarator to be NULL.

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