]> granicus.if.org Git - clang/commit
Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers
authorTed Kremenek <kremenek@apple.com>
Mon, 7 Jan 2008 18:35:04 +0000 (18:35 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 7 Jan 2008 18:35:04 +0000 (18:35 +0000)
commit205712ac9641d287e30c44db7fa994ebe3f23fe8
tree1a5f116cee43599d24e6b4f1973fd2ce10b021be
parent540fc539b9adecc38eec5af3ca59e34be2d12ae1
Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers
are now emitted in a batch, which reduces the metadata overhead in the
serialized bitcode.

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