Added default implementation of SerializeTrait<> that dispatches to
authorTed Kremenek <kremenek@apple.com>
Fri, 26 Oct 2007 20:23:27 +0000 (20:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 26 Oct 2007 20:23:27 +0000 (20:23 +0000)
commit6a13dfdc6da8afa6eec20627e8315a9d77905d61
tree3758f5b7fb1f0798ddaba897c187a49255e51930
parentf1fc54f9516b1a6729bfaf70c543aa61b1b15123
Added default implementation of SerializeTrait<> that dispatches to
calling member functions of the target type to perform type-specific
serialization.

Added version of ReadPtr that allows passing references to uintptr_t
(useful for smart pointers).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43396 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/Deserialize.h
include/llvm/Bitcode/Serialization.h