]> granicus.if.org Git - clang/commit
Added initial test case for testing serialization of ASTs. This test
authorTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 19:23:15 +0000 (19:23 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 28 Nov 2007 19:23:15 +0000 (19:23 +0000)
commitf387aeb13694d72fe1254021de2930796346903b
tree288396b7debefba29168fb9258688be4dd7ee0fc
parent79a2a261632b8d09971326882bff351b6c26c184
Added initial test case for testing serialization of ASTs.  This test
case simply performs --test-pickling on the code found in Sema/stmt_exprs.c.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44412 91177308-0d34-0410-b5e6-96231b3b80d8
test/Serialization/stmt_exprs.c [new file with mode: 0644]