]> granicus.if.org Git - clang/commit
When serializing CompoundLiteralExpr, serialize out the file scope flag before
authorTed Kremenek <kremenek@apple.com>
Mon, 14 Jan 2008 18:29:39 +0000 (18:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 14 Jan 2008 18:29:39 +0000 (18:29 +0000)
commit34bc18b97c9f316df093bae7adb3b2a0eb7ee57c
tree953ff01b0d5b606c131d66a1ae77fad91b5bfb9c
parente9b12198c4cc7f5687960100351b4af006c14469
When serializing CompoundLiteralExpr, serialize out the file scope flag before
serializing the subexpression (Init), as this results in a more efficient
encoding in the bitstream.

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