]> granicus.if.org Git - clang/commit
Overhauled serialization of statements. We no longer use specialized SerializeTrait...
authorTed Kremenek <kremenek@apple.com>
Wed, 7 Nov 2007 00:17:35 +0000 (00:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 7 Nov 2007 00:17:35 +0000 (00:17 +0000)
commit2dc9ac73a8a34cabf261a81a1653d7379065ac61
tree539b0055663e36969b4c12dc8aca3816f78f918a
parentf623c85c80f875be9d20caf4a0c15092e42e0b9e
Overhauled serialization of statements.  We no longer use specialized SerializeTrait<> classes,
but methods in Stmt (like other objects we are serializing).  Full serialization of all statements
is not yet complete.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43793 91177308-0d34-0410-b5e6-96231b3b80d8
AST/StmtSerialization.cpp
include/clang/AST/Expr.h
include/clang/AST/Stmt.h