[cfe-commits] r44412 - in /cfe/trunk/test/Serialization: ./ stmt_exprs.c

Chris Lattner clattner at apple.com
Wed Nov 28 11:43:03 PST 2007


On Nov 28, 2007, at 11:23 AM, Ted Kremenek wrote:

> Author: kremenek
> Date: Wed Nov 28 13:23:15 2007
> New Revision: 44412
>
> URL: http://llvm.org/viewvc/llvm-project?rev=44412&view=rev
> Log:
> 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.
>
> Added:
>     cfe/trunk/test/Serialization/
>     cfe/trunk/test/Serialization/stmt_exprs.c
>
> Added: cfe/trunk/test/Serialization/stmt_exprs.c
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/ 
> Serialization/stmt_exprs.c?rev=44412&view=auto
>
> ====================================================================== 
> ========
> --- cfe/trunk/test/Serialization/stmt_exprs.c (added)
> +++ cfe/trunk/test/Serialization/stmt_exprs.c Wed Nov 28 13:23:15 2007
> @@ -0,0 +1,2 @@
> +// RUN: clang %s --test-pickling 2>&1 | grep -q 'SUCCESS'
> +#include "../Sema/stmt_exprs.c"
> \ No newline at end of file


Hey Ted,

Please inline stmt-exprs.c into this file if you want it, I'd prefer  
to keep the tests independent of each other.

-Chris



More information about the cfe-commits mailing list